@import url('https://fonts.cdnfonts.com/css/arial-nova');

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Arial Nova Light', sans-serif;
}

#modal {
    width: 500px !important;
}

.errormessage {
    font-weight: normal;
    color: red;
}

.btnLoginFull {
    width: 35% !important;
    margin-top: 6%;
    color: white;
	background: #333333;
	border-color: black;
}

	.btnLoginFull:hover {
		color: #333333;
		background: #FFD700;
		border-color: #c19900;
	}

.btnLoginMobile {
    width: 25% !important;
    margin-top: 12%;
    background-color: #129DFF;
    border-color: #129DFF;
}

	.btnLoginMobile:hover {
		background-color: #129DFF;
		border-color: #129DFF;
	}