﻿body {
    font-family: "Arial", Helvetica, sans-serif;
    background-color: #555;
}

.title h2 {
	text-align: center;
	color: #5983ac;
}

.row {
    text-align: center;
    border: 1px solid #ccc;
    background-color: white;
}

.form-group label {
	width: 200px;
	display: inline;
	padding-right: 20px;
}
.form-group p {
	display:inline;
	padding:5px;
}

.form-group button:hover {
	background-color: #5983ac;
}

.form-control {
	width: 450px;
	display: inline;
	}
	.form-control select:hover {
		background-color: #5983ac;
	}

	#password {
		width: 300px;
        margin-right: 24px;
	}

.checkbox {
	display:inline;
}

/*Login BEGIN*/
.login-form {
    display: flex;
    flex-flow: column;
}

    .login-form button, input {
        font-weight: unset;
        border: 1px solid black;
    }
