﻿/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
    font-family: 'Arial', sans-serif;
    height: 100vh;
    
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: linear-gradient( rgba(23, 178, 131, 0.7), rgba(0, 0, 0, 0.7) ), url('../imglogo/loginbak.jpg') no-repeat center center;

    background-size: cover;
    transition: all 0.5s ease;
}
.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 350px;
    margin-top: 180px;
    margin-bottom: auto;
    width: 400px;
    background-color: azure !important;
    /*  background-color: rgba(0,0,0,0.5) !important;*/
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }
.input-group-text {
    background: #c0392b !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}


/* Coded with love by Mutiullah Samim */
/*body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #FFFFFF !important;
}

.user_card {
    height: 430px;
    width: 350px;
    margin-top: 120px;
    margin-bottom: auto;
    background: #112442;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #ff0000;
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}

.form_container {
    margin-top: 50px;
}

.login_btn {
    width: 100%;
    background: #c0392b !important;
    color: white !important;
}

    .login_btn:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

.login_container {
    padding: 0 2rem;
}


.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.btnhover:hover {
    background-color: black !important;
    color: #FFFFFF;
}*/
