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

.boxed-auth {
    max-width: 800px;
    margin: 200px auto;
}

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

.boxed-auth .panel {
    background: #00171F;
    box-shadow: 0px 4px 100px #000;
    -moz-box-shadow: 0px 4px 100px #000;
    -webkit-box-shadow: 0px 4px 100px #000;
    border: none;
    color: #FFEEE4;
    position: relative;
}


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

.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: #00A8E8;
    border-color: #00A8E8;
}

.btn-mine:hover {
    color: #ffffff;
    background: #DA4316;
    border-color: #DA4316;
}