  
html, body {
    /*background-image: url('img/home_cover.png');*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin: 0px;
    height: 100%;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #a7a8a9; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    border-width: thin;
    border-color: #f2f2f2;
    border-radius: 5px;
    /*height: 450px;*/
    margin-top: 50px;
    margin-bottom: auto;
    width: 600px;
    background-color: rgba(0,0,0,0.15) !important;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h1 {
    color: white;
    
    font-weight: bold;
}

.card-header h3 {
    color: black;
    font-size:40px;
    font-weight: 300;
}

.card-header {
    /*background-color: #104fa2 !important;*/
    background: #D2E9FB;
    background: linear-gradient(90deg, #D2E9FB 0%, #FFFAF8 100%);
}

.card-footer {
    color: black;
    background-color: #FFFAF8 !important;
}

p {
    color: #1A73E8 !important;
    font-weight: 400;
    margin-left: 150px;
    margin-right: 150px;
    font-size: medium !important;
}


a {
    color: dimgray !important;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

/*.form-control {
    border-radius: 0px;
}*/

.input-group-prepend span {
    width: 40px;
    /*border-radius: 0px;*/
    background-color: white;
    color: black;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    border-width: 0px;
    border-radius: 0px;
    color: white;
    background-color: #0970e6;
    width: 100px;
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }

.btn {
    float: right;
    width: 200px;
}

.foot {
    color: darkblue;
}
