body {
	font-family: 'Varela Round', sans-serif;
	padding-top: 0; /* Change this value as needed */
	margin-top: 0;

}
.modal-login {
    margin-top: 2%;
	color: #636363;
	width: 100%;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 10px;
	border: none;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
    font-family: fantasy;
}
.modal-login  .form-group {
	position: relative;
}
.modal-login i {
	position: absolute;
	left: 13px;
	top: 11px;
	font-size: 18px;
}
.modal-login .form-control {
	padding-left: 40px;
}
.modal-login .form-control:focus {
	border-color: #800000;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .hint-text {
	text-align: center;
	padding-top: 100px;
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-login .btn, .modal-login .btn:active {	
	border: none;
	background: #800000 !important;
	line-height: normal;
    border-radius: 10px;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #3C0008;
}
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	margin: 0 -20px -20px;
	border-radius: 10px;
	font-size: 13px;
	justify-content: center;
}
.modal-login .modal-footer a {
	color: #999;
}
.trigger-btn {
	display: inline-block;
	/* margin: 100px auto; */
}

.body{
    padding-top: 50px;
    margin-top: 20px;
}

.alert-danger {
	margin-left: 15px;
	margin-right: 15px;
  }

  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.fade.show .modal-dialog {
    transform: translate(0, 0);
    opacity: 1;
}

.modal.fade .modal-dialog {
    transform: translate(0, -30px);
    opacity: 0;
}