.authenticationPage {
    background: url(/static/frontend/images/bg_login.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.authenticationPage .authentication-wrap {
    width: 100%;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
    margin: 20px auto;
    font-family: 'Lato', sans-serif;
}

.authenticationPage .authentication-form-wrap h1 {
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2em;
}

.authenticationPage .authentication-form-wrap .form-control {
    color: #555659;
    font-size: 20px;
    height: 64px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35) inset;
    border: none;
}

.authenticationPage .authentication-form-wrap input {
    padding-left: 50px;
}

.authenticationPage a {
    color: #767676;
}

.authenticationPage p {
    color: #767676;
    font-size: 18px;
}
.authenticationPage ul {
    margin-block-end: 0;
    margin-block-start: 0;
}

.authenticationPage .back {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 6px 10px;
    display: inline-block;
    color: #1b3f59;
    background: rgba(0, 0, 0, 0.14);
    margin: 20px 0 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.authenticationPage .back:hover {
    color: #FFFFFF;
    background: #1b3f59;
}

.authenticationPage .emailfield {
    background: #fff url(/static/frontend/images/icon-person.png) 20px center no-repeat;
}

.authenticationPage .passfield {
    background: #fff url(/static/frontend/images/icon-lock.png) 20px center no-repeat;
}
.authenticationPage .errorlist {
    color:red;
}

.authenticationPage .phonefield {
    padding-left: 50px !important;
    margin-bottom: 10px;
}

.m-t-20{
    margin-top: 20px;
}
.login-wrap{
    width: 100%;
    max-width: 450px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo-img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 50px;
}

.social-login-button {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 300;
    padding-top: 6px;
    text-transform: none;
    padding-bottom: 6px;
    margin-bottom: .25rem;
}

.social-login-details {
    display: inline-flex;
    align-items: center;
    width: 50%;
}

.social-login-icon {
    height: 20px;
    width: 20px;
}

.social-login-text {
    display: inline-flex;
    justify-content: center;
    flex-grow: 1;
}

@media screen and (max-width: 480px) {
    .logo-img {
        max-width: 200px;
        width: 30%;
        margin-bottom: 5px;
    }

    .authentication-form-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .authenticationPage .authentication-form-wrap h1 {
        text-transform: uppercase;
        font-weight: 300;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 2em;
    }

    .btn-darkblue {
        padding-top: 15px;
        padding-bottom: 15px;
    }


}
