.Passport{
    background: #F7F7F7;
}
.Passport__header{
    background: #FFF;
    position: relative;
}
.Passport__header img{
    height: 50px;
    margin-top: 5px;
}

.Passport__header__wrapper{
    text-align: center;
}
.Passport__header:after{
    content: " ";
    position:absolute;
    height: 1px;
    width:100%;
    top: 0;
}

.Passport__extra__section {
    display: none;
}

.Passport__Login__section  {
    float: none;
    margin: 0 auto;
}

.form__title {
    text-align: center;
    font-weight: 400;
    margin-top: 1.5em;
    margin-bottom: 4px;
}

.app__name__to{
    display: none;
}
.app__name{
    display: none;
}

.login__action__buttton{
    display: block;
    width: 100%;
}

.forgot__password{
    margin-bottom: 19px;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.form__elem__group {
    border: 1px solid #DDD;
    padding: 2.5em 1.5em;
    background: #FFF;
    border-radius: 0.3em;
    box-shadow: 0 1px 0 #CCC;
}

.form__elem{
    margin-bottom: 15px !important;
}
.form-control{
    height: 44px;
    border-radius: 3px;

}
.login__action__button{
    height: 40px;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.form-control:focus{
    box-shadow: 0 0 0 1px #3898DC;
    border: 1px solid #3898DC;
}
.Passport__body__wrapper{
    padding-bottom: 50px;
}

.Passport__signup__section {
    float: none;
    margin: 0 auto;
    padding-left: 0;
}

.Passport__signup__form  .form__title{
    text-align: center;
}
.error__notify{
    background-color: #EB4D4A;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 765px) {

    .Passport__header img{
        height: 30px;
    }
    .forgot__password{
        font-size: 0.9em;
        margin-bottom: 0.5em;
    }
    .form__title {
        margin-top: 0.7em;
        font-size: 1.4em;

    }
    .Passport__body__wrapper{
        padding-bottom: 1em;
    }
    .Passport__Login__section .form__elem{
        margin-bottom:  0 !important;
    }
    .form__elem__group{
        padding: 1.2em 1.2em !important;
    }
    .form-control{
        height: 40px;
    }
    .Passport__footer__text{
        font-size: 0.75em;
    }

}