﻿body {
    /*background-color: #383838;*/
    /*background-image: url("~/Images/login_bg.png");*/
}

.form-group {
    margin-bottom: 20px;
}

input[type="email"].form-control, input[type="password"].form-control {
    padding: 9px 14px 7px 14px;
}

input#send-input {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

#body-content {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
    position: relative;
    padding: 0;
    min-height: 100vh;
    /*for avcon only*/
    background-color: #383838;
    /*for the rest of the whitelabel*/
    background-color: #06131A;
}

.logo {
    /*margin-bottom: 75px;
    width: 270px;
    margin-left: 12px;*/
}

/*.logo img {
		width: 160px;
	}*/

.login-image {
    width: inherit;
    position: absolute;
    max-height: 100vh;
    /*for avcon only*/
    background-color: #383838;
    /*for the rest of the whitelabel*/
    background-color: #06131A;
    height: 100vh;
}

    .login-image img {
        width: 100%;
        max-height: 100vh;
    }

.entity-container .entity-column .row-entry label {
    font-size: 13px;
    font-weight: 500;
    color: #7c8595 !important;
}

.entity-container, .reset-container {
    margin: 0 auto;
    width: 310px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent !important;
}

input:-webkit-autofill {
    background-color: #fff !important;
}

#body-content input.form-control, #body-content input.btn {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 4px;
    max-width: 100%;
}

.remember-forgot-section {
    margin-top: 35px;
    margin-bottom: 30px;
}

.remember-me, .forgot-password {
    width: 50%;
    float: left;
    color: #adb5bc;
}

.remember-me {
    text-align: left;
}

    .remember-me input {
        margin: 0;
        margin-right: 10px;
        float: left;
        margin-top: 3px;
    }

    .remember-me label {
        cursor: pointer;
    }

.forgot-password a {
    color: white;
}


.forgot-password {
    right: 5px;
    text-align: left;
    color: black !important;
}

.entity-container .entity-column .row-entry input {
    width: 300px;
}

.forgot-password-container:hover a {
    /*color: #757575 !important;*/
    color: antiquewhite;
}

#loginForm .entity-column .row-entry {
    margin-bottom: 25px;
}

    #loginForm .entity-column .row-entry:nth-child(3) {
        margin-bottom: 0px;
    }

.entity-container .entity-column {
    width: 100%;
}

#remember-me {
    height: 15px;
    width: auto;
}

.forgot-password-title-container {
    margin-bottom: 40px;
    width: 312px;
}

    .forgot-password-title-container .forgot-password-title {
        width: 100%;
        color: white;
    }

input#Email {
    width: 100% !important;
}

.forgot-password-btn {
    border: none !important;
    margin-top: 15px;
    width: 100%;
}

.forgot-password-logo {
    margin-bottom: 15px !important;
}

    .forgot-password-logo img {
        cursor: pointer;
    }

.checkbox {
    position: relative !important;
    display: inline-block;
}

.remember-me-container {
    text-align: left;
    display: inline-block;
    margin: 0px;
    float: left;
}

    .remember-me-container span {
        margin-left: 5px;
    }

    .remember-me-container span, .forgot-password-container a {
        color: #fff !important;
        vertical-align: text-bottom;
    }

.forgot-password-container {
    margin-top: 8px;
    margin-left: 16px;
    float: right;
    text-align: left;
    display: inline-block;
}

.forgot-password-text-area-container {
    width: 400px;
    margin-left: -80px;
    margin-top: 10px;
    border: 1px solid red;
    float: left;
}

    .forgot-password-text-area-container .forgot-password {
        text-align: left;
    }

.reset-button {
    width: 100%;
}

.password-info {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 18px;
    color: #ffffff;
    font-size: 10px;
}

.logo {
    width: 100% !important;
    margin-left: 0;
    position: relative;
    margin-bottom: 20px;
    background-color: transparent !important;
}

    .logo img {
        /*BRING BACK width: 100% !important;*/
        height: 80px;
        margin-bottom: 30px;
    }

.forgot-password-title-container, .entity-container .entity-column, .entity-container .entity-column .row-entry, .entity-container .entity-column .row-entry input {
    width: 100% !important;
}

.entity-column {
    width: 350px;
}

@media (max-width:425px) {
    .entity-container {
        width: 70% !important;
    }

    .forgot-password-logo img, .white-color {
        width: 100% !important;
    }

    .remember-me-container span, .forgot-password-container a {
        font-size: 11px !important;
    }
}
/*tablet*/
@media (max-width: 768px) and (orientation:portrait) {
    .entity-container {
        width: 17%;
    }
}

@media (orientation: landscape) {
    .forgot-container, .reset-container, #loginForm {
        top: 50%;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .entity-container {
        margin: 0 auto;
        width: 280px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .logo {
        display: none !important;
    }
}

@media (max-width:1850px) and (orientation:portrait) {
    .login-image {
        max-height: 100vh;
        overflow: hidden;
    }

        .login-image img {
            width: auto !important;
            position: relative;
            height: 100vh;
        }
}

@media (max-width:1850px) and (orientation:landscape) {
    .login-image {
        max-height: 100vh;
        overflow: hidden;
    }

        .login-image img {
            width: 100% !important;
            position: relative;
            height: 100vh;
        }
}


.container-role-auth {
    display: flex;
    flex-flow: column;
    margin-top: 50px;
}

    .container-role-auth label {
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.37px;
        text-align: justify;
        color: #7d7c7c;
        margin-bottom: 30px;
        text-align: center;
    }

.container-buttons-login {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}


    .container-buttons-login .item-button {
        display: flex;
        flex-flow: column;
        cursor: pointer;
        align-items: center;
    }

        .container-buttons-login .item-button .logo-button {
            padding: 6px 0px;
            border-radius: 4px;
            border: solid 1px #0d5eb8;
            margin-bottom: 12px;
            width: 36px;
            height: 36px;
        }

            .container-buttons-login .item-button .logo-button img {
                width: 18px;
                height: 18px;
                object-fit: contain;
            }


            .container-buttons-login .item-button .logo-button:hover {
                background-color: #00509C;
            }

        .container-buttons-login .item-button label {
            font-size: 14px;
            letter-spacing: -0.4px;
            text-align: justify;
            color: #ffffff;
        }

.container-header-login {
    display: flex;
    flex-flow: column;
}

    .container-header-login .title-login-page {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.46px;
        text-align: justify;
        color: #ffffff;
        margin-bottom: 30px;
    }
