form {
	margin-bottom: 0px;
}

input.small
{
	width:20%;
}

select.small
{
	width:20%;
}

input.medium
{
	width:50%;
}

select.medium
{
	width:50%;
}

input.large
{
	width:99%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:1.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

input[type="button" i] {
	border: 1px solid red;
    height: 3vh;
    border-radius: 12px;
    background-color: red;
    color: white;
    font-weight: 700;
	margin-right: 10px;
}

.left-aligned {
	text-align: right;
    width: 100%;
}