#login-body .wrapper {
    background-image: url("https://img.wallpapersafari.com/desktop/1600/900/81/63/VtEaQF.jpg");
    /*background-image: url("../img/gallery/dark-bg.jpg"); */
    background-color: #272222;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px) {
    select {
        width: 150px;
    }
}

label{
    color : #000000;
    font-weight: 600;
}

.form-control{
    color : #000000;
    font-weight: 500;
}