body { height: 100vh; font-family: 'Montserrat'; color: #203b6d; }
input { font-family: 'Montserrat'; box-sizing: border-box; }

.login_container { width: 450px; margin: 0 auto; padding: 25px 0; text-align: center; }
.login_message { height: 50px; color: #E53434; }
.login_logo { margin-bottom: 35px; }
.login_title { font-size: 40px; font-weight: 500; margin-bottom: 20px; }
.login_form_row { position: relative; }
.login_form_row label { color: #203b6d; display: block; font-size: 14px; margin-bottom: 6px; text-align: left; }
.login_form_field { background: #F8F8F8; border: 1px solid #D4D6D8; border-radius: 5px; font-size: 16px; height: 50px; margin-bottom: 30px; padding: 0 10px; width: 100%; }
.login_button { width: 100%; background: #4F99FB; border: 1px solid #4F99FB; margin-bottom: 10px; border-radius: 5px; color: #fff; cursor: pointer; font-size: 16px; font-weight: 500; padding: 15px 60px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.login_button:hover { background: #3188fa; border-color: #3188fa; }
.login_link { font-size: 14px; }
.login_link a { font-weight: 500; text-decoration: none; color: inherit; }
.login_link a:hover { text-decoration: underline;  }
.login_show { color: #4F99FB; cursor: pointer; font-size: 14px; position: absolute; right: 0; top: 0px; }