* {
    padding: 0;
    margin: 0;
}

#cmu-cisc {
    width: 100%;
    height: 100vh;
    background-color: rgb(0 3 88);
    padding: 0;
}

#cmu-cisc #bg-img {
    background-image: url('../imges/ica.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
}

#cmu-cisc #login {
    width: 350px;
    padding: 30px;
    border-radius: 5px;
    background-color: rgb(0, 4, 91);
    z-index: 1;
}

#cmu-cisc #login #login-btn {
    width: 100px;
}