body {
   background-color: #011b3b;
   color:#fff;
}

.index-header {
   color: #fff;
   text-align: center;
   padding-top: 40px;
}

.form {
   margin-top: 60px;
}

.info-login {
   font-size: 25px;
}

#content-slider img {
   width: 300px;
   height: 400px;
	max-width: 310px;
}

label {
   font-size: 20px;
   color: #fff;
}

.alert {
   padding:15px 35px;
}
footer {
   font-size: 16px;
   text-align: center;
   margin-top: 10%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}