
* {
    font: 1.1rem Montserrat, Helvetica, sans-serif;
}

h1 {
	font-size: 2rem;
	font-weight:600
}

b {
	font-weight:600
}

#main {
	    border-bottom: 0;
	    max-width: 350px;
		margin:auto;
	
}
#body {
	width: 100%;
}
#top {
	width: 100%;;
	height:64px;
	display: flex;
	align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom:24px;
}


input[type="submit"] {
    cursor: pointer;
    background: #c60000;
    color: #FFF;
    border-radius:8px;
    padding: 12px 24px;
    font-weight: 600;
    border:0;
    margin:0 auto 24px;
    display: block;
}

input[type="text"],input[type="password"] {
    font-family: Montserrat, Helvetica, sans-serif;
    font-size: 16px;
    color: #8a8a8a;
    display: block;
    width: 100%;
    border: 1px solid #c8c8c8 !important;
    box-sizing: border-box;
    padding-left: 3rem;
    position: relative;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    margin:8px 0 24px;
}
