﻿body {
    background-color: #f8f8fb;
}

.bg-primary.bg-soft {
    background-color: #f7fbff !important;
}

.text-auth-header {
    color: #264f70 !important;
    /*text-shadow: 1px 1px 3px black;*/
}

    .text-auth-header p {
        margin-bottom: 0px !important;
        font-size: 14px;
    }

label {
    font-weight: 600;
    font-size: 14px;
}

.footer-section {
    font-size: 14px;
}

.card {
    border: none;
    box-shadow: 2px 5px 8px #cdcdcd;
}

.error {
    color: red;
    font-weight: normal;
}

.text-button {
    font-size: 13px;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
}

    .text-button:focus {
        outline: none;
    }

.bold-text {
    font-weight: bold;
}

.method-button-text {
    color: #264f70;
}

.resend-info {
    color: #2dc51b;
}

.btn-login-google {
    background-color: white;
    color: black;
    border-color: #cbcbcb
}

    .btn-login-google:hover, .btn-login-google:focus, .btn-login-google:active {
        background-color: #e1e1e1;
        color: black;
        border-color: #939393;
    }
.btn-login-logo {
    position: relative;
    bottom: 2px;
}

.btn-show-password {
    line-height: 1rem;
    height: 33px;
}

.btn-show-password-icon {
    font-size: 13px;
}