.login-screen {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../images/backgrounds/default_client_bg.jpg');*/
}

.company-login-screen {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../images/backgrounds/default_company_bg.jpg');*/
}

.company-login-screen, .login-screen {
    background-attachment: fixed;
    background-clip: border-box, border-box;
    background-color: #F5F5F5;
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

.login-container {
    background: #fff;
    width: 450px;
    height: 430px;
    margin: 0 auto;
    margin-top: 120px;
    border-radius: 3px;
    border: solid 1px #ddd;
    position: relative;
    /*box-shadow: 0 0 2px #1A1A1A;*/
}

.login-form-container {
    /*position: absolute;*/
    /*top: 170px;*/
}

/*.logo-container {*/
    /*background-color: #FFFFFF;*/

    /*width: 170px;*/
    /*height: 170px;*/
    /*border-radius: 50%;*/
    /*position: absolute;*/
    /*top: -65px;*/
    /*left: 140px;*/

/*}*/

.login-text-container {
    /*position: absolute;*/
    /*top: 145px;*/
    text-align: center;
    padding-bottom: 20px;
}

.login-text-container h5 {
    color: #333;
    font-size: 17px;
    margin-bottom: 5px;
    /*font-family: Lato, sans-serif;*/
}

.login-error {
    color: #ffa0ae;
}

.forgot-password:hover {
    color: #73aad8;
    text-decoration: none;
}

/* Added login style */

.login-screen input[type=submit], .company-login-screen input[type=submit] {
    background-color: #2196f3;
    background-image: none;
    border: none;
}

.logo-container {
    background-image: url('../../images/logo/company-logo-placeholder.png');
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border-color: #90a4ae;
    color: #90a4ae;
    border-style: solid;
    border-width: 3px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 30px;
}

.login-subheader {
    margin-top: 0;
    font-size: 13px;
    color: #999;
}