﻿textarea {width: 86%;padding: 8px 10px 9px 35px;resize: none;}
input {text-transform: uppercase;}
#btnValidate {position: absolute;right: 3%;top: 20%;}
.center {text-align: center;}
body {display: flex;justify-content: center;align-items: center;min-height: 100vh;}
.ef-logo {height: 50px;border-radius: 50%;}
.sa-custom {width: 100% !important;height: 80px !important;}
.button {background: #f5ba1a;height: 35px;line-height: 35px;width: 100%;border: none;outline: none;cursor: pointer;color: #fff;font-size: 1.1em;margin-bottom: 10px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.button:hover {background: #e1a70a;}
.button:focus {background: #e1a70a;}