/** Stylist Login page -- start **/

body {
    font-family: "ff-din-web", Helvetica, Arial, sans-serif;
    background: url('/static/hostessportal/images/bg-login.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#errorMessage {
    width: 720px;
    background-position: center;
}

.hostess-login {
    color: #ffffff;
    right: 25px;
    top: 15px;
    text-decoration: underline;
    font-weight: bold;
}

.login-content-consultant {
    text-align: center;
}

.login-content-consultant > img {
    margin: 80px auto 40px;
}

.form-list {
    width: 300px;
    text-align: left;
    margin: 0 auto 70px;
}

.form-list li {
    width: 100%;
    margin: 15px 0 0;
    padding: 4px 0;
}

.form-list label.input-label {
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin: 15px 0 0;
    padding: 4px 0;
}

.form-list input[type=text],
.form-list input[type=password] {
    font-size: 14px;
    width: 80%;
    padding: 10px 5%;
}

.section-btn {
    font-size: 13px;
    min-width: 80px;
}

.forgotPswd {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
}

.login-international {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    margin: 30px auto;
    padding: 20px;
    text-align: center;
    width: 350px;
}

.login-international a.can-redirect-link {
    background: url('/static/images/flag-cdn.jpg') no-repeat center left;
    padding-left: 65px;
    height: 100%;
    display: inline-block;
}

.login-international a.uk-redirect-link {
    background: url('/static/images/flag-uk.jpg') no-repeat center left;
    padding-left: 65px;
    padding-right: 48px;
    height: 100%;
    display: inline-block;
}

.cabi-logo-holder {
    background: url("/static/images/cliologo.svg") no-repeat;
    height: 58px;
    display: inline-block;
    width: 166px;
    z-index: 1000000;
    background-size: contain;
}

/* login-responsive.css moved here */
.main-content {
    flex:1;
}

.password-visibility {
    display: block !important;
}

#consultantPwd {
    width: 205px;
    padding-right: 50px;
}

.password-visibility-button {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 12px;
    text-transform: uppercase;
}

.section-btn {
    font-size: 14px;
    min-width: 85px;
}

.forgotPswd {
    font-size: 14px;
    padding-left: 17px;
}

@font-face {
    font-family: "Archer-Thin";
    src: url('../../../../backofficemobile/fonts/Archer-XLight-Pro.otf') format('opentype');
}

.left {
    float: left;
}

.right {
    float: right;
}

.international {
    width: 800px;
    margin: auto;
}

.header-new {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #676767;
    padding: 5px 0 5px 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.header-new a:visited {
    color: #ffffff;
}

#primary-footer {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 30px;
}

#primary-footer > div span{
    padding-right: 50px;
}

form {
    margin: 48px 13px 0 0;
}

.welcome-to {
    font-size: 55px;
    font-family: 'Archer-Thin';
}

.welcome-div {
    margin: 100px auto 0 auto;

}

.welcome-div img {
    vertical-align: baseline;
}

.fitted-modal {
    margin: 45px auto -50px !important;
}

@media screen and (max-width: 768px) and (max-height: 700px) {
    #primary-footer > div {
        background: #ffffff;
    }
}

@media screen and (max-width: 768px) {
    .login-international {
        margin: 15px 0 0 0;
        padding: 14px;
        width: 90%;
    }

    .international {
        width: 300px;
        margin: 0 auto 70px;
    }

    .left {
        float: none;
    }

    .right {
        float: none;
    }

    .form-list input[type=text], .form-list input[type=password] {
        width: 88%;
    }

    #consultantPwd {
        width: 209px;
        padding-right: 70px;
    }

    .login-content-consultant img {
        width: 170px;
    }

    .transformToCapitalize {
        font-size: 16px;
    }

    .welcome-div {
        width: 283px;
        margin: 80px auto 20px;
    }

    .welcome-to {
        font-size: 27px;
    }

    .form-list {
        margin-bottom: 40px;
    }

    .AuthorizeNetSeal {
        margin-right: 0 !important;
        display: block;
    }

    form {
        margin: 0 auto 70px;
    }

    #content-messages {
        width: 84% !important;
    }

    #content-messages p {
        min-width: 95% !important;
    }

    #errorMessage {
        width: 84% !important;
    }
}

@media screen and (max-height: 700px) {
    #primary-footer > div {
        background-color: #fff;
        padding: 10px 0;
    }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
    .welcome-to {
        font-size: 45px;
    }

    .welcome-div {
        width: 450px;
    }
    .welcome-div img {
        width: 150px;
        vertical-align: baseline;
    }

    .international {
        width: 98% !important;
        padding-bottom: 100px;
        margin: 0 auto;
    }

    .login-international {
        padding: 11px;
        width: 45%;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .AuthorizeNetSeal {
        display: inline;
    }

    #content-messages {
        width: 0;
    }

    #errorMessage {
        width: 0;
    }
}