html{
	background: #e6e1ce;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
	outline: none !important;
}


.modal-content {
	border-radius: 3px;
}

.modal-md {
	width: 460px;
}


.login-page {
    background: #e6e1ce;
}

.login-box-body{
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

.login-logo a {
    color: #fff;
}

.login-logo a img {
    width: 110px;
}


.modal#rep .dropdown-header{
    font-size: 16px;
    color: #5A0600;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}


.modal#rep .dropdown-menu .divider {
    background: #5A0600!important;
    height: 4px;
}

@media (max-width:768px){
	.modal-md{
		width: auto;
	}
}
