@charset "UTF-8";
/* Reset Password Page Styles */

body {
    background-color: #f2f2f2;
}

.container {
    margin-top: 50px;
}

.panel {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.panel-body {
	display:flex;
	/* flex-direction: column; */
	align-items: center;
	justify-content: center;
/*     padding: 20px; */
}

.text-center {	
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 30px;
}

.input-group-addon {
    background-color: #979a9d;
}

.error-message {
    color: #a94442;
}

.btn-success {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
}

.btn-success:hover {
    background-color: #4cae4c;
}

h1 {
    color: #78ab46;
}

body {
    background-color: #efefef;
}

footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    background-color: #ccc
}

footer p {
    padding: 15px;
}

.error-message {
    color: #a94442;
}

.error-message:first-letter {
    text-transform: capitalize;
}
 