.body-auth {
    background: url(../images/logo-login.jpg) no-repeat center center/cover;
    height: 100vh;
    overflow: hidden;

}

.boxed-auth {
    margin: 0;
}

.boxed-auth a, .boxed-auth a:hover {
    color: #00A8E8;
}

.boxed-auth .panel {
    background: whitesmoke;
    box-shadow: 0 4px 100px #000;
    -moz-box-shadow: 0 4px 100px #000;
    -webkit-box-shadow: 0 4px 100px #000;
    border: none;
    color: #5e5e5e;
}

.box-logo {
    width: auto;
    min-height: 100px;
    height: 100%;
    /*background: url(../images/logo.png) no-repeat center center #00A8E8;*/
    position: relative;
    border-radius: 3px 0px 0px 3px;
    top: 20px;
    left: 0;
}

.right-form {
    padding: 5px 20px 5px 320px;
}

.right-form h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px 0px 10px 0px;
}

.btn-mine {
    background: #5BC74D;
    border-color: #5BC74D;
    color: #ffffff;
    font-weight: bolder;
}