label {
    color: black !important;
    font-weight: bold !important;
    font-size: 20px !important;
    text-transform: none !important;
}

input {
    
    text-transform: none !important;
}

.login-box {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    height: auto;
    background: rgb(240, 240, 240);
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    width: 25%;
}



.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: black !important;
}

.login-form {
    margin-top: 25px;
    text-align: left;
    text-transform: none !important;
}

.form-group {
    margin-bottom: 40px;
    outline: 0px;
    text-transform: none !important;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #28a745;
    outline: 0;
    background-color: white;
    color: black;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 15px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
}


.loginbttm {
    padding: 0px;
    margin-bottom: 15px; 
}

.msg {
    display: none;
}
.error {
    color: red;
}

.validation {
    color: red !important;
    font-size: 15px;
}