.field-space {
    padding: 15px 10px 15px 20px;
    width: 100%;
    border-radius: 20px;
    border: 0px;
    color: #999;
    font-size: 15px;
}

.field-space-red{
	padding:10px;
	width:400px;
	border:solid 2px red !important;
	border-radius:5px;
}
.error-message{
	color:red;
	font-size: 12px;
	margin-top:0px;
    font-family: 'Poppins',sans-serif;
}


.message-space{
	margin-top:20px;
	color:#000000;
    font-family: 'Poppins',sans-serif;
    width: 90%;
    padding: 5%;
}

form {
    text-align: center;
        width: 100%;
}

input#GIT-button:hover {
    background: #ffffff;
    border: 2px solid #103440;
    color: #103440;
	cursor: pointer;
}

input#GIT-button {
    background: #103440;
    color: #ffffff;
    border-radius: 50px;
    border: 0px;
    padding: 15px;
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
	width:250px;
	text-align:center;
}


input#calc-button:hover {
    background: #ffffff;
    border: 2px solid #103440;
    color: #103440;
	cursor: pointer;
}

input#calc-button {
    background: #103440;
    color: #ffffff;
    border-radius: 50px;
    border: 0px;
    padding: 15px;
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
}

#sct .select{
  width: 120%;
  background:url('arrow.png') no-repeat;
  background-position:80% center;
}

