.login-wrapper {    background-image: url(../images/slide-22.jpg);    height: 100vh;    background-size: cover;    position: relative;    z-index: 0;}
.login {    background: rgba(255,255,255,.9);    border-radius: 0px 0 5px 5px;    text-align: center;    color: #36383C;    text-shadow: 0 1px 0 #FFF;    width: 450px;    margin: auto;    padding: 25px 40px 40px 40px;    box-shadow: 0 0 10px 0 #fff;  -webkit-box-shadow: 0 0 10px 0 #fff;    position: absolute;    left: 50%;    margin-left: -225px;    top: 30%;    border-top: 5px solid #215caa;    height: 400px;    margin-top: -200px;    top: 50%;}
.login-wrapper:after {    content: "";    position: absolute;    left: 0;    right: 0;    top: 0;    bottom: 0;    background-color: rgba(0,0,0,.3);    z-index: -1;}
.form-control{ border-radius:0; -webkit-border-radius:0; box-shadow:none; -webkit-box-shadow:none; height:45px }
.form-control:focus{ box-shadow:none; -webkit-box-shadow:none;}
.br-0{ border-radius:0; -webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;}
.btn-primary{background-color:#215caa; border-color:#215caa; transition:0.5s; -webkit-transition:0.5s;}
.btn-primary:hover{background-color: rgba(255,255,255,.5); color:#215caa; }
.group-sb {    margin-top: 30px;}
.group-sb .btn{ width:150px; }
.f-logo{    background-image: url(../images/assetlogo-t.png);    height: 70px;    width: 100%;    display: inline-block;    background-position: center;    background-repeat: no-repeat;    background-size: auto 70px;    margin-bottom: 10px;}
.login-wrapper form input{padding-left:42px; background-repeat: no-repeat;  background-position: 11px center; }
.login-wrapper form input[type=text]{    background-image: url(../images/user.svg);        background-size: 25px;    background-position: 9px center;}
.login-wrapper form input[type=password]{     background-image: url(../images/key.svg);    background-size: 21px;   }