.note
{
    text-align: center;
    height: 80px;
    background-color: #DEB887;
    color: #fff;
    font-weight: bold;
    line-height: 80px;
    vertical-align: middle;
    padding-top: 20px;
}
.form-content
{
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}
.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: maroon;
    color: #fff;
}
.register-form{
	position: relative;
	margin-top: 20px;;
}