
.top{
    background-color: #25375d;
}

.top h3{
    color: #ffffff;
    text-transform: uppercase;
    margin: 15px 0;
}

.header{
    background-color: #f9f9f9;
    padding: 10px;
}

form{
	margin-top: 30px;
}

.send{
	padding-top: 30px;
}


.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
	background-color: #25375d;
    color: #ffffff;
    border-color: #000000;
}

.footer{
	margin-top: 25px;
	padding: 15px;
	text-align: center;
}


.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    background-color: #25375d;
    color: #ffffff;
    border-color: #000000;
    margin-top: 0;
    border-bottom-width: 4px;
}

#vive{
	display: none;
}

.error{
    color: #de3131;
}