.Passport{

}

.Passport *{
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Sans-serif, Arial;
}

.Passport__wrapper{

}
.Passport__header img{
    height: 50px;
    margin-top: 5px;
}

.Passport__header{
    height: 65px;
}

.Passport__body{

}

.Passport__header{
    background: #F0F0F0;
    border-bottom: 1px solid #DADADA;
}

.Passport__header__wrapper, .Passport__body__wrapper{
    max-width: 76%;
    margin: 0 auto;
}

.Passport__header__wrapper{
    height: 64px;
    line-height: 64px;
}

.Passport__body__wrapper{
    background-size: 100% 1px, 100% 1px, auto;
    background-position: 50% 100%, 50% 100%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-origin: padding-box, border-box, padding-box;
    border-bottom: 1px solid transparent;
    background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), -webkit-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
    background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), -moz-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
    background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), -ms-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), -ms-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
    background-image: -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), -o-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), -o-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
    padding-bottom: 100px;
}

.Passport__header__wrapper .navbar-nav {
    height: 100%;
}

.Passport__header__wrapper .dropdown {
    height: 100%;
}

.Passport__header__wrapper .dropdown-toggle {
    height: 100%;
}

.Passport__header__wrapper .dropdown-menu {
    border-radius: 0;
}

.avatar {
    border-radius: 100%;
    margin: 0 auto;
}

.Passport__header__wrapper .avatar {
    height: 30px;
    width: 30px;
}

.form__label{
    display: none;
}

.Passport__Login__section {
    margin-top: 60px;
}

.form-control{
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.form-control:focus{
    border-color: #515FA6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.Passport__Login__section .form__elem{
    margin-bottom: 10px;
}

.form__title{
    margin-bottom: 30px;
    font-weight: bold;
}

.Passport__modal .modal-header{
    border-bottom: none;
}

.Passport__modal .modal-title{
    text-align: center;
}

.Passport__extra__section{
    margin-top: 20px;
}

.Passport__extra__wrapper{
    margin-left: 10px;
    border-left: 1px solid #EEE;
    min-height: 300px;
    padding-left: 30px;
    margin-top: 30px;
    padding-top: 10px;
}

.login__action__button{
    background: #387FDC;
    color: #FFF;
    width: 150px;
    border-radius: 0;
    height: 38px;
    font-weight: 500;
    border: 1px solid rgb(82, 84, 224);
    position: relative;
}

.authorize__action__button{
    background: #387FDC;
    color: #FFF;
    width: 100px;
    border-radius: 0;
    height: 38px;
    font-weight: 500;
    border: 1px solid rgb(82, 84, 224);
}

.login__action__button:active, .login__action__button:hover{
    color: #FFF;
}

.forgot__password{
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 15px;
}

.create__account___label{
    font-size: 15px;
    font-weight: 400;
}

.signup__link{
    font-weight: bold;
}

.Passport__footer__wrapper{
    padding-top: 10px;
}

.Passport__footer__text{
    text-align: center;
    font-size: 13px;
}

.alert{
    padding: 10px;
}

.error__notify{
    background-color: #F2DEDE;
    color: #A94442;
}
.message__notify{
    background-color: #D9EDF7;
    color: #31708F;
}

.qt__account__notify {
    padding: 10px;
    color: #797979;
    text-align: center;
    text-shadow: 0 0 1px #FFF;
    padding-bottom: 2em;
}

/*-------------------------------------------------------------------------------------------------
						CUSTOM DEFAULT
---------------------------------------------------------------------------------------------------*/


.Passport__Login__section  {
    float: none;
    margin: 0 auto;
}

.form__title{
    text-align: center;
    font-weight: 300;
    margin-top: 30px;
}

.login__action__button{
    display: block;
    width: 100%;
}

.forgot__password{
    display: inline-block;
    margin-bottom: 19px;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.create__account{
    display: inline-block;
    margin-bottom: 19px;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.form__elem__group {
    border: 1px solid #EFEFEF;
    padding: 31px 15px;
    background: #FFF;
    border-radius: 0.3em;
    box-shadow: 0 1px 0 #CCC;
}

.Passport__body__wrapper{
    padding-bottom: 50px;
}


/**-------------------------------------------------------------------------------------------
		SIGN UP CLASSES
----------------------------------------------------------------------------------------------*/
.Passport__signup__form .form__title{
    font-weight: 300;
    font-size: 2.4em;
    margin-top: 42px;
    text-align: left;
}

.Passport__signup__form .form__title.authorize__title{
    font-size: 1.9em;
}

.Passport__group__name .form-group{
    float: left;
    width: 50%;
}

.Passport__group__name div.form-group:first-child{
    padding-right: 5px;

}

.Passport__group__name div.form-group:last-child{
    padding-left: 5px;
}

.Passport__signup__section{
    /*float: none;*/
    /*margin: 0 auto;*/
    padding-left: 0;
}

.signup__action__button{
    background: #387FDC;
    color: #FFF;
    width: 150px;
    border-radius: 0;
    height: 38px;
    font-weight: 500;
    border: 1px solid rgb(82, 84, 224);
    float: left;
    position: relative;
}

.signup__action__button:active, .login__action__button:hover{
    color: #FFF;
}

.terms__conditons{
    float: left;
    width: 46%;
    margin-left: 15px;
    font-size: 13px;
}

.terms__condition__link{
    display: block;
}

.already__account{
    margin-top: 20px;
}

.form__elem__group.approve{
    padding: 15px;
}

.Passport__approval__list{
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 30px;
}

.Passport__approval__list li{
    height: 25px;
    line-height: 25px;
    font-size: 15px;
}

.authorize__action__button.deny{
    border-color: gray;
    background: gray;
}

.parsley-errors-list{
    list-style-type: none;
    color: red;
    padding: 0.6em 0;
    font-weight: 600;
}

.form__elem__error {
    list-style-type: none;
    color: red;
    padding: 0.6em 0;
    font-weight: 600;
}

.Passport__error__section {
    float: none;
    margin: 0 auto;
    padding-left: 0;
}

.Passport__error__section .form__title{
    text-align: center;
}

.retry__action__button{
    background: #387FDC;
    color: #FFF;
    width: 150px;
    border-radius: 0;
    height: 38px;
    font-weight: 500;
    border: 1px solid rgb(82, 84, 224);
    position: relative;
}

@media (max-width: 768px ) {
    .Passport__header__wrapper, .Passport__body__wrapper{
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .Passport__header__wrapper, .Passport__body__wrapper{
        max-width: 65%;
    }
}

@media (min-width: 1200px) {
    .Passport__header__wrapper, .Passport__body__wrapper{
        max-width: 60%;
    }
}

@media (max-width:767px) {
    .Passport__extra__section {
        display: none;
    }
    .form__title{
        text-align: center;
    }
    .login__action__button{
        width: 100%;
    }
    .Passport__header__wrapper{
        text-align: center;
    }
}

@media (max-width:767px) {
}