/* Desktop CSS */
.relative {
    position: relative;
}

.form-group input:focus,
#input-text {
    border: 2px solid #73b3df;
}

.page-content {
    display: block!important;
    
    height: 100%;
}

.page-container {
    min-height: 750px!important;
}

.login-container {
    display: block;

    width: 100%;
    height: 85%;
}

.content-wrapper {
    display: block !important;
    
    position: relative;
    
    padding: 80px 0;
}

.bck-img {
    position: absolute;
}

.bck-right-img {
    top: 10px;
    right: 0px;

    transform: rotate(180deg) scaleY(-1);
    overflow: hidden;
    z-index: -1;
}

.bck-right-wrapper {
    position: relative;

    top: 6px;
}

.bck-right-img img {
    height: 17vw;
    width: 30vw;
    max-height: 274px;
    max-width: 399px;
}

.bck-left-img {
    top: 47%;
    left: 0;

    z-index: -1;
}

.bck-left-img img{
    height: 18vw;
    width: 28vw;

    max-height: 291px;
    max-width: 424px;
}

.login-form {
    padding: 40px 60px 60px 60px;
    
    width: 455px!important;
    height: 545px!important;

    background-color: #fff;
    
    border: 3px solid #337AB7;
    border-radius: 5px;
    box-shadow: 0 9px 15px 0 rgba(182,221,255,0.2);
}

.title {
    margin: 20px 0px 25px 0px;

    font-family: 'Lato-Black';
    font-size: 30px;
}

.subtext {
    color: #646464;

    font-size: 14px;
    font-family: 'Lato-Regular';
}


.subtext-help {
    margin-bottom: 40px;
    
    color: #686868;
    
    text-decoration: underline;
    
    font-size: 13px;
    font-family: 'Lato-Bold';
}

.form-group { 
    width: 85%;
}

.form-group input{
    height: 50px;
}

.form-group input::placeholder {
    color: #5E5E5E;

    font-size: 16px;
}

.help-link-container {
    width: 85%;
}

.help-link, .help-link a {
    padding: 0;
    
    margin: 0;
    
    color: #767676;
}

.label-wrapper {
    margin-left: 7px;
}

.forgot-password {
    text-align: right;
}

.submit-container {
    width: 85%;
}

.submit-container .btn {
    margin-top: 40px;

    height: 50px;

    background: #337AB7;
    
    font-size: 18px;
    font-family: 'Lato-Bold';
}

.remember-wrapper {
    height: 19px;
    width: 19px;
}

#remember {
    margin: 0;

    height: 19px;
    width: 17px;
}

.email-wrapper .email-icon {
    position: absolute;

    top: 17px;
    left: 10px;
}

.password-wrapper .lock-icon{
    position: absolute;

    top: 14px;
    left: 10px;
}

.password-wrapper .password-icon {
    position: absolute;

    top: 21px;
    right: 10px;
}

.password-wrapper .show_password {
    top: 10px;
    
    width: 22px;
    height: 25px;
}

.email-wrapper input,
.password-wrapper input {
    padding-left: 17%;
}

/* Custom dialog css starts */

.modal-content {
    font-family: 'Lato-Regular';
}

.modal-header .close {
    right: 10px;
    top: 10%;

    font-size: 25px;
}

.modal-content .bg-primary{
    font-family: 'Lato-Regular';

    background-color: #337AB7!important;

    border-color: #337AB7!important;
}
.validation-error-label, .validation-valid-label{
    font-family: "Lato-Regular";
}

.modal-dialog {
    width: 554px!important;
}

.modal-content {
    height: 281px!important;
}

.modal-header {
    padding-top: 50px;
}

#modal-title {
    font-family: 'Lato-Black';
    font-size: 24px;

    text-align: center;
    text-transform: capitalize;
}
#modal-text {
    display: none;
}

.input-group-addon {
    display: none;
}

.input-group {
    margin: 0 auto;

    width: 85%;
}

#close-button {
    position: absolute;

    top: 12px;
    right: 20px;

    color: white;
}

#close-button img {
    height: 20px;
    width: 20px;
}

.email-icon-dialog {
    position: absolute;

    left: 10px;
    top: 14px;
    
    z-index: 11;
}

#input-text {
    padding-left: 40px;

    height: 46px;
}

#input-text::placeholder {
    font-family: 'Lato-Regular';
    font-size: 16px;
}

.text-right > fp-button > button {
    margin-left: 0px;
}

.text-right {
    width: 95%;
}
.bg-grey-300:hover {
    color: #BBBBBB!important;

    background-color: #a09f9f!important;
}

.bg-grey-300 {
    width: 100px;
    height: 40px;
    
    background-color: #fff;
    
    color: #BBBBBB;
    
    font-family: 'Lato-Bold'!important;
    font-size: 16px;
    
    border-radius: 2px;
    border: 1.5px solid #dadada;
}

.bg-primary {
    width: 100px;
    height: 40px;
    
    font-family: 'Lato-Bold'!important;
    font-size: 16px;
    
    border-radius: 2px;
}
.modal-body .icon-cancel-circle2{
    margin-top: 10px;
}

/* Custom dialog css ends */

/* Large Tablet CSS*/
@media only screen and (max-width: 1150px) {
    .bck-left-img {
        top: 55%;
        left: -5%;
    }

    .page-container {
        min-height: 700px!important;
    }

    .login-container {
        height: 75%;
    }

    .login-form {
        width: 450px!important;
    }

    .modal-dialog {
        width: 475px!important;
    }
    
    .modal-content {
        height: 281px!important;
    }
}

/* Small tabler view */
@media (max-width: 767px) and (min-width: 600px){

    .form-group input::placeholder {
        font-size: 14px;
    }

    .modal-dialog {
        top: 30%;
    }

    .title {
        font-size: 23px;
    }
    .subtext {
        font-size: 13px;
    }

    .subtext-help {
        font-size: 12px;
    }

    #input-text::placeholder {
        font-size: 14px;
    }
    

    .page-container {
        min-height: 695px!important;
    }

    .bck-right-img img {
        width: 230px;
        height: 150px;
    }

    .login-container {
        height: 75%;
    }

    .login-form {
        width: 425px!important;
    }
}

/* Mobile css */
@media (max-width: 600px){

    .bck-right-img {
        top: -35px;
    }
    
    #modal-title {
        font-size: 21px;
    }

    .modal-dialog {
        top: 30%;
    }

    .modal-dialog {
        width: 360px!important;
    }
    
    .modal-content {
        height: 251px!important;
    }

     #input-text::placeholder {
        font-size: 13px;
    }

    #close-button img {
        height: 15px;
        width: 15px;
    }

    .text-right .bg-grey-300, .text-right .bg-primary {
        width: 70px;
        height: 35px;

        font-size: 12px;
    }

    .modal-header {
        padding-top: 40px;
    }

    .form-group,.help-link-container,.submit-container {
        width: 260px!important;
    }

    .bck-left-img {
        display: none;
    }

    .bck-right-img img {
        width: 40vw;
        height: 25vw;
    }

    .login-form{
        background-color: unset;
    }

    .login-container {
        width: 100%;
        height: 80%;
        min-height: 500px!important;
    }

    .content-wrapper {
        padding-top: 40px;

        margin: 0px auto;
    
        height: 100%;
        
        overflow: hidden;
    }

    .login-form {
        display: block;

        padding: 20px 40px 0px 40px;

        margin: 0 auto;

        width: 100%!important;
        height: auto!important;
        
        border: none;
        box-shadow: none;
    }

    .submit-container .btn {
        border-radius: 35px;
    }
}

/* Small mobile CSS*/
@media (max-width: 414px){
    
    .modal-dialog {
        width: 325px!important;
    }

    .form-group { 
        width: 100%;
    }

    .help-link-container {
        width: 100%;
    }

    .submit-container {
        width: 100%;
    }
}

.forgot-password input {
    padding-left: 10% !important;
}