.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrap-login {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.p-b-90 {
    padding-bottom: 90px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-b-51 {
    padding-bottom: 51px;
}
.login-form {
    width: 100%;
}
.login-title {
    font-family: Ubuntu-Bold;
    font-size: 30px;
    color: #403866;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
}
.login-title  {
    background-image: url('../image/ico-feasso-vendedores.png');
    background-size: 130px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 130px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 130px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
.form-group{
    width: 100%;
    position: relative;
    background-color: #e6e6e6;
    border: 1px solid transparent;
    border-radius: 3px;
}
.form-control {
    font-family: Ubuntu-Bold;
    color: #403866;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: 0 0;
    height: 62px;
    padding: 0 20px 0 38px;
    
}
.container-login-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.login-btn:hover {
    background-color: #403866;
}
.login-btn {
    font-family: Ubuntu-Bold;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 62px;
    background-color: #827ffe;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
button {
    outline: none!important;
    border: none;
    background: 0 0;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}