
//body{
//    background: #585267;
//}

.login-div{
    position: relative;
    top: 50px;
    width: 300px;
    height: 500px;
    margin: auto;
    background: linear-gradient(white,lightblue);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    opacity: 0.9;


}

.logo-div{
    position: relative;
    top: 10px;
    width: 100px;
    margin: auto;
}


.logo-name-div{
    position: relative;
    top: 25px;
    width: 200px;
    margin: auto;
    text-align: center;
    font-size: 17px;
    font-family :Arial;
    font-style: oblique;
    font-weight: bold; 
}

.form-div{
    position: relative;
    top: 10px;
    width: 270px;
    margin: auto;
}

.input-style{
    width: 250px;
    height: 35px;
    position: relative;
    top: 15px;
    margin: 10px auto ;
    border-style: none;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2px 10px;
    opacity: 0.8;

}

.captcha-div{
    display: inline-block;
    position: relative;
    top: 20px;
    width: 270px;
    margin: auto;
}

.error-div{
    position: relative;
    top: 30px;
    width: 250px;
    margin: auto;
    background-color: #c1969b;
    opacity: 0.8;
    font-size: 17px;
    font-weight: bold;
    color: darkred;
}

.submit-button{
    width: 270px;
    height: 35px;
    top:50px;
    position: relative;
    border-style: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2px 10px;
    background-color: #6DA0BC;
    color: white;
    font-weight: bolder;
    font-size: 15px;
}
