.animsition{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-content--bge5 {
    /*background: #e5e5e5;*/
    height: 92vh;
}
.login-content {
    background: #fff;
    padding: 30px 30px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
   border-radius: 10px;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,0.5);
}
.login-wrap {
    max-width: 540px;
    padding-top: 8vh;
    margin: 0 auto;
}
.login-logo{
    margin-bottom:20px;
    /* background: linear-gradient(180deg, #6a9af7 0, #3de671 100%)!important; */
}
.au-input--full {
    width: 100%;
}
.form-header2 .au-input {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.051);
    color: #999;
}
.au-input {
    line-height: 43px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fab, .fal, .far, .fas {
    font-size: 13px;
}



.login-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-checkbox label input[type="checkbox"] {
    margin-right: 8px;
}

.login-checkbox > label > a {
    color: #ff2e44;
}
.m-b-20 {
    margin-bottom: 20px;
}
.au-btn--blue {
    background: linear-gradient(180deg, #6a9af7 0, #3de671 100%)!important;
}
.au-btn--block {
    display: block;
    width: 100%;
}
.au-btn {
    line-height: 45px;
    padding: 0 35px;
    text-transform: capitalize;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
footer {
    padding-top: 20px;
    background: linear-gradient(180deg, #6a9af7 0, #3de671 100%)!important;
}
footer a{
    color:#060606;
    
}
footer p{
    margin-bottom: 15px;
}
