body {
    width: 100%;
    height: 100%;
    background-size: cover;
    background: url(/img/login/bussines-desc.jpg) no-repeat center center fixed;
    background-position-y: -3px; 
}

#box-login {
    margin-top: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 70px;
    padding-left: 70px;
    background-color: rgba(92, 116, 144, 0.58);
    border-radius: 5px;
}

#box-login h1 {
    text-align:center;
    color:white;
    font-weight:300;
    padding-bottom:20px;
}

#box-login label{
    
    color: white;
}

#box-login input {
    width: 100%;
    background-color: rgba(16, 16, 14, 0.47);
    color: white;
    font-size: 16px !important;
    font-weight: 700;
    height: 35px !important;
}

#box-login button{
    width:100%;
    background-color:rgba(32, 171, 204, 0.75);
    color:white;
    font-weight:bold;
}
#box-login button:hover{
    background-color:#20abcc;
    transition: 1s;
}

@media(max-width: 768px){
    #box-login {
        margin-top: 125px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }
}