.body-auth {
    background: url(../images/inti-back.jpg) no-repeat center center/cover;
    height: 100vh;
    overflow: hidden;
    /*background: rgb(255, 61, 10);*/
    /*background: linear-gradient(336deg, rgba(255, 61, 10, 1) 10%, rgba(0, 143, 215, 1) 100%);*/
    /*background-image: linear-gradient(to right top, #369ccd, #798fe2, #cb75ce, #ff588f, #ff633a);*/
}

.boxed-auth {
    margin: 0;
}

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

.boxed-auth .panel {
    background: #ffffff;
    box-shadow: 0 4px 100px #000;
    -moz-box-shadow: 0 4px 100px #000;
    -webkit-box-shadow: 0 4px 100px #000;
    border: none;
    color: #0e0e0e !important;
}

.box-logo {
    width: auto;
    min-height: 100px;
    height: 100%;
    background: url(../images/inti.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: #D74800;
    color: #FFFFFF;
    border-color: #D74800;
}

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