.card-login {
    margin-top: 5px;
}

.main-content {
  background: url("../PUSMENDIK - CBT Application _ LOGIN_files/bg_footer.png") bottom center no-repeat;
    background-size: cover;
    background-position: bottom;
    background-position-y: 60vh;
    margin-bottom: 0 !important;
    height: 79vh;
}

.content-modal-margin {
    margin-top: 150px;
}

.masthead img {
    width: auto;
}

.text-error {
    color: #DA0D17;
}

.label {
    margin-bottom: 12px;
}

.input {
    margin-top: 10px;
    width: 100% !important;
    font-size: 14px;
    padding: 10px;
    color: #C2C2C2;
}

.input {
    color: #495057 !important;
}

.modal-content {
    width: 80% !important;
    margin: 150px auto 0;
}

.modal-dialog .modal-body {
    max-height: max-content !important;
}

.input-group i {
    padding-top: 25px !important;
    z-index: 999;
}

.form-control {
    border-radius: .25rem !important;
}

.container-fluid form .form-control {
    border: 1px solid #C2C2C2
}

.form-control {
    border: 1px solid #C2C2C2;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #000000;
    box-shadow: none;
}

.btn.btn-primary:disabled {
    color: #fff;
    background-color: #707070 !important;
    border-color: #707070;
}