.bg-login{
    background-image: url(../images/bg-server.jpg);
    background-position: bottom right;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo{
    background: rgba(35, 34, 34, 0.74);
    color: white;
    text-align: center;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom: 0;
    padding-top: 20px;

}

.box-body{
    /* background: rgba(58, 55, 55, 0.7); */
    background: rgba(35, 34, 34, 0.74);
    color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.login-box{
    background: none;
}

.content-width{
    width: 100%;
}

.btn-submit{
    background-color: #104d80;
    border-color: #104d80;
}

.btn-link:hover, .btn-link:focus{
    text-decoration: none;
}