.info-message { background-color: #00B0F0; padding: 20px; border-radius: 8px; float: left; color: #FFFFFF; width: 77%; margin-bottom: 40px; }

#accountregistrationcontainer { float: left; width: 100%; position: relative; }

#accountregistrationcontainer .label { display: block; color: #2D2E2F; padding: 0px; margin-bottom: 5px; text-align: left; font-size: 1rem; }

#accountregistrationcontainer input[type="text"] { background-color: #EFF3F4; height: 55px; color: #2D2E2F; border: none; border-bottom-color: currentcolor; border-bottom-style: none; border-bottom-width: medium; -webkit-box-shadow: unset; box-shadow: unset; border-bottom: 2px solid #DFE6E9; border-radius: 4px; padding: 6px 12px; font-size: 14px; display: block; width: 100%; }

#accountregistrationcontainer input[type="text"]:focus { border: none; border-bottom: 2px solid #00B0F0; outline: none; }

#accountregistrationcontainer textarea { background-color: #EFF3F4; color: #2D2E2F; border: none; border-bottom-color: currentcolor; border-bottom-style: none; border-bottom-width: medium; -webkit-box-shadow: unset; box-shadow: unset; border-bottom: 2px solid #DFE6E9; border-radius: 4px; padding: 6px 12px; font-size: 14px; display: block; width: 100%; }

#accountregistrationcontainer textarea:focus { border: none; border-bottom: 2px solid #00B0F0; outline: none; }
