.drawc-registration-form{
    display:flex;
    flex-direction:column;
    gap:15px;
    max-width:700px;
}

.drawc-registration-form input{
    width:100%;
    padding:12px;
}

.drawc-registration-form button{
    padding:15px;
    cursor:pointer;
}

.drawc-success{
    background:#eaf8ea;
    padding:15px;
    margin-bottom:20px;
    border:1px solid #5cb85c;
}

.drawc-registration-form input{
	    background-color: antiquewhite;
}