.btn-blue
{
    color: #fff;
    background-color: #2093B2;
    border-color: #2093B2;
}

.btn-blue:hover
{
    color: #fff;
    background-color: #25A9BF;
    border-color: #2093B2;
}

.login-bg-img
{
    /*background-image: url('../../img/aw-image-02.png'); */
    height: 100vh;
    background-size: cover;
}

.w-55px
{
    width: 55px;
}

#login-img-text
{
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#login-img-text h1,
#login-img-text h3
{
    color: #fff;
}

#login-div
{
    margin-top: 9%;
    height: 86.5vh;
}

#login-div h3
{
    margin-bottom: 1rem !important;
    font-weight: 500 !important;
}

#login-form
{
    margin-left: 25%;
    margin-right: 25%;
}

#login-form label,
#register-form label
{
    color: #00a7ff;
}

#register-form
{
    margin-left: 20%;
    margin-right: 20%;
}

.text-blue-fw-500
{
    color: #00a7ff;
    font-weight: 500;
}

#reg-reset-pwd-div
{
    margin-top: 9%;
    height: 86.5vh;
}

.color-blue
{
    /*color: #40C6F3;*/
    color: #00a7ff;
}

.color-purple
{
    color: #6B63AB
}

#new-topbar-bg
{
    background: none !important;
}

.new-login-logo
{
    width: 80%;
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.recaptcha-align
{
    text-align: -webkit-center;
}

#mob-footer
{
    display: none;
}

#common-footer
{
    display: block;
}

#register-form .form-group
{
    margin-bottom: 15px !important;
}

#fp-navbar-header
{
    background: none !important;
}

.neutral-bg
{
    height: 100vh;
    background-image: linear-gradient(to bottom, #88B6BE, #9AC4CB, #ACD2D9, #BEE0E6, #D0EEF4);
}

#lg-footer,
#mob-footer
{
    padding: 9px;
}

.h-100vh
{
    height: 100vh !important;
}

@media (max-width: 1024px) and (min-width: 768px)
{
    #login-img-text
    {
        width: 50% !important;
        left: 25%;
    }

    #login-form,
    #register-form
    {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (max-width: 1024px)
{
    #mob-footer
    {
        display: block;
        padding: 9px;
    }

    #common-footer
    {
        display: none;
    }

    #login-form,
    #register-form
    {
        margin-left: 10%;
        margin-right: 10%;
    }

    #fp-navbar-header
    {
        background: white !important;
    }
}

@media (max-width: 767px)
{
    #new-topbar-bg
    {
        background: #0f121c !important;
    }

    #frontpage-nav-img
    {
        display: block !important;
    }
}

@media (max-width: 500px)
{
    .login-bg-img,
    .neutral-bg
    {
        display: none !important;
    }

    #login-div
    {
        margin-top: 25%;
        height: 80vh;
    }

    #reg-reset-pwd-div
    {
        margin-top: 22%;
        height: 81vh;
        overflow-x: hidden;
    }

    .mob-mb-0
    {
        margin-bottom: 0;
    }

    .mob-mb-15px
    {
        margin-bottom: 15px;
    }

    .mob-reg-mt
    {
        margin-top: 25% !important;
        height: 80vh !important;
    }
}
