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

.login-box {
    padding: 20px;
    border-radius: 20px;
    margin-top: 75px;
    height: auto;
    background: #2d51c7;
    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: #863687;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #863687;
    transition-duration: .03s;
}

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

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#00003e, #bf64c4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin: 10px 0 30px;
    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: #2d51c7 !important;
    border: none !important;
    border: 1px solid #e74c3c !important;
    /* border-top: 0px !important; */
    border-radius: 0px !important;
    font-weight: bold !important;
    outline: 0 !important;
    margin-bottom: 20px !important;
    padding-left: 0px !important;
    color: #ECF0F5 !important;
}

input[type=password] {
    background-color: #2d51c7;
    border: none;
    border-bottom: 2px solid #e74c3c;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #ECF0F5;
}

.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: #eee;
}

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: #eee;
    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: #fff;
}
