﻿#login-form {
    background: rgba(0,23,72,.2) no-repeat center;
    padding: 0.5rem;    
    margin-top: 0.50rem;
    align-content: center;
    width: 100%;
    justify-content: center;
}
#login-form form {
    text-align: center;
}
#login-form-btns {
    position: relative;
    display: inline-block;
    width: auto;
    vertical-align: bottom;    
}
#btnLogin {
    background-image: url(../Images/loginPageButton.png);
    font-size: 0 !important;
    height: 40px;
    width: 40px;
    border: none;
    background-color: rgba(0,23,72,0);
}
#login-box-lang {
    height: 100%;
    width: 50%;
    text-align: right;
}

.login-box-icon{
    padding-right:0.5rem;
}
#forgot-login-wrap {
    padding-left: 0px;
    padding-top: 0.35rem;
    height: 100%;
    width: 50%;
    text-align: left;
}

#forgotLoginButton {
    color: #fff !important;
}
@media screen and (orientation: portrait) and (max-device-width: 767.98px), screen and (orientation: landscape) and (max-device-width: 767.98px), screen and (orientation: portrait) and (max-width: 767.98px), screen and (orientation: landscape) and (max-width: 767.98px) {
    .emptyLeft-login-form .title {
        display: flex;
        justify-content: center;
        width: 100%;
        font-weight: bold;
        color: white;
    }
    #login-form-btns {
        padding-bottom: 0.15rem;
    }
    #login-form input, #login-form textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #9B9B9B;
        font-size: 1em;
        font-style: italic;
        margin: 3px 0 3px 0;
        padding: 5px;
        width: 100%;
    }

    .emptyLeft-login-form .provided {
        text-align: center;
        width: 100%;
        font-family: 'Bell MT';
        font-style: italic;
        font-size: 0.75rem;
        font-weight: bold;
        color: #FFD700;
        margin-top: calc(-1rem + 1px);
        margin-left: calc(6rem + 1px);
    }

    .emptyLeft-login-form .trgLoginImg {
        width: 100%;
        height: 2.5rem;
        padding: 0;
        background-position: center;
        background-image: url('../../Images/TheResponseGroup.png');
        background-size: contain;
        background-repeat: no-repeat;
        /*margin-top: 63px;*/
    }
}

@media screen and (orientation: portrait) and (min-device-width: 768px), screen and (orientation: landscape) and (min-device-width: 768px) {
    #login-form input, #login-form textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #9B9B9B;
        font-size: 1.2em;
        font-style: italic;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 100%;
    }
    #login-form-btns {
        padding-bottom: 0.55rem;
    }
    .emptyLeft-login-form .title {
        display: flex;
        justify-content: center;
        width: 100%;
        color: white;
    }

    .emptyLeft-login-form .provided {
        font-family: 'Bell MT';
        font-style: italic;
        font-size: 16px;
        font-weight: bold;
        color: #FFD700;
        margin-top: calc(-1.5rem + 1px);
        margin-left: calc(18rem + 1px); /*margin-left: 295px;*/
        text-align: center;
    }

    .emptyLeft-login-form .trgLoginImg {
        width: 100%;
        height: 72px;
        padding: 0;
        background-position: center;
        background-image: url('../../Images/TheResponseGroup.png');
        background-size: contain;
        background-repeat: no-repeat;
        /*margin-top: 63px;*/
    }
    /*end of styles for login form*/
}
