body {
    background-image: url(../img/backcover1.png);
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-color: #3f499c;
    /* background: #222D32 !important;
    font-family: 'Roboto', sans-serif; */
}

.login-box {
    padding: 20px;
    border-radius: 20px;
    height: auto;
    background: #051f32;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

button {
    background-color: #3880f5;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #3880f5;
    transition-duration: .03s;
}

button:hover {
    background-color: #fff !important;
    color: #3880f5 !important;
    /* border: 2px solid #3880f5; */
    transition-duration: 0.7s !important;
}

.login-key {
    font-size: 80px;
    line-height: 100px;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin: 60px auto 20px;
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #ECF0F5;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

input[type=text],
input[type=email],
.form-control,
option {
    background-color: #fff !important;
    border: none !important;
    border: 1px solid #e74c3c !important;
    /* border-top: 0px !important; */
    border-radius: 18px !important;
    padding: 0 12px !important;
    font-weight: bold !important;
    outline: 0 !important;
    margin-bottom: 20px !important;
    /* padding-left: 0px !important; */
    color: #180c06 !important;
}

input[type=password] {
    background-color: #fff !important;
    border: none !important;
    border: 1px solid #e74c3c !important;
    /* border-top: 0px !important; */
    border-radius: 18px !important;
    padding: 0 12px !important;
    font-weight: bold !important;
    outline: 0 !important;
    margin-bottom: 20px !important;
    /* padding-left: 0px !important; */
    color: #000 !important;
}

.form-group {
    /* margin-bottom: 40px; */
    outline: 0px;
}


/* .form-control:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #e74c3c !important;
    outline: 0 !important;
    background-color: #1A2226 !important;
    color: #ECF0F5 !important;
} */

small {
    font-size: 9px;
    color: #3880f5;
}


/* input:focus {
    outline: none;
    box-shadow: 0 0 0;
    background-color: #1A2226 !important;
    color: #ECF0F5 !important;
} */

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 10px;
    color: #3880f5;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #00003e;
    color: #00003e;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
    background-color: #00003e;
    right: 0px;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}

.main-footer {
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    background-color: #1A2226 !important;
    text-align: center;
}

.main-footer p {
    margin-bottom: 0px;
    padding: 5px 0px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.main-footer p a,
.main-footer p a:hover {
    color: #e74c3c;
}

.login .form-control {
    border: 0 !important;
    border: 1px solid #e74c3c !important;
    margin-right: 15px;
    border-radius: 20px !important;
}

.login .form-control-label {
    margin: 13px 25px;
}

.btn {
    border-radius: 20px !important;
}

label {
    color: #3880f5;
    ;
}