body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10%;
    padding: 0;
    font-size: 24px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #333;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    height: calc(100vh - 450px);
    min-height: 500px;
    max-width: 600px;
    padding: 0 20px
}

.logo-img {
    width: 425px;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

.bottom-menu {
    padding: 0 20px;
    margin: 0 0 70px;
    bottom: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 15px;
    font-weight: bold;
}

.bottom-menu-separator {
    font-size: 20px;
    color: #01aef0;
    padding: 11px;
    font-weight: 300;
}

.hidden {
    opacity: 0;
}

.bottom-menu-link {
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    color: #2a2a29 !important;
}

.bottom-menu-link:hover {
    color: #01aef0 !important;
}

.bottom-menu-link:visited {
    color: #2a2a29;
}

footer {
    bottom: 0;
    opacity: 0.9;
    width: calc(100% - 50px);
    padding: 0 20px;
    font-size: 14px;
    color: #2a2a29;
    text-align: left;
    line-height: 1.5;
}

.footer-symbol {
    color: #01aef0;
}

.small-link {
    color: #01aef0;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.small-link:hover {
    color: #1089ca;
}

h1 {
    font-size: 26px;
    font-weight: bold;
    color: #2a2a29;
    margin: 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    color: #01aef0;
}

.under-header {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #2a2a29;
}

input {
    font-size: 24px;
    padding: 4px 8px;
}

.table {
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    padding: 24px;
    vertical-align: top;
}

.table_no_outer_pad .row:first-child .cell {
    padding-top: 0;
}

.table_no_outer_pad .row:last-child .cell {
    padding-bottom: 0;
}

.table_no_outer_pad .row .cell:first-child {
    padding-left: 0;
}

.table_no_outer_pad .row .cell:last-child {
    padding-right: 0;
}

ul.clean {
    list-style-type: none;
    padding: 0;
    margin-top: 26px;
}

ul.clean li {
    margin: 8px 0;
}

ul.clean li.interleave {
    height: 13px;
}

ul.clean li.interleave2 {
    height: 22px;
}

.input-container {
    display: flex;
}

.restore-container {
    font-size: 12px;
    display: flex;
    margin-left: 10px;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
}

.basic-input {
    width: 450px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #01AEF0;
    background-color: #F7F7F7;
}

.classic-input {
    width: 350px;
    height: 35px !important;
    padding: 6px 12px;
    border-radius: 2px;
    border: solid thin #DFDFDF;
    border-bottom: solid 2px #cccccc;
    background-color: #F7F7F7;
    outline: none;
    color: #555;
    font-size: 16px;
}

.error-input {
    border-color: #EA063D;
}

.classic-input:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),
    0 0 8px rgba(102, 175, 233, .6);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px  solid #66afe9;
    border-bottom: 2px  solid #66afe9;
}

.input-label-classic {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #2a2a29;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.input-label-classic > span {
    font-size: 20px;
    color: #01aef0;
}

.label-description {
    font-weight: 100;
    color: #2a2a29;
    display: inline;
}

.button {
    height: 44px;
    padding: 8px 44px 6px 44px;
    margin-right: 20px;
    border: 0 none;
    font-family: 'komu-b', 'Segoe UI','Roboto', 'Microsoft Sans Serif', 'sans-serif';
    cursor: pointer;
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    text-decoration: none;

    background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 137, 205, 1) 0%,rgba(1, 174, 240, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(0, 137, 205, 1) 0%, rgba(1, 174, 240, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 137, 205, 1) ),color-stop(1,rgba(1, 174, 240, 1) ));
    background : -o-linear-gradient(0deg, rgba(0, 137, 205, 1) 0%, rgba(1, 174, 240, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(0, 137, 205, 1) 0%, rgba(1, 174, 240, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089CD', endColorstr='#01AEF0' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(0, 137, 205, 1) 0%, rgba(1, 174, 240, 1) 100%);
    border-radius : 22px;
    -moz-border-radius : 22px;
    -webkit-border-radius : 22px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089CD',endColorstr='#01AEF0' , GradientType=1);
}

.button-classic {
    margin: 15px 0;
    padding: 18px;
    padding-left: 25px;
    border: solid 1px #01aef0;
    border-radius: 5px;
    background-image: url('/img/sign-in-arrow.png');
    background-repeat: no-repeat;
    background-position: 85%;
    height: 60px;
    width: 180px;
    color: #2a2a29;
    background-color: #01aef0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.button-classic:hover {
    background-position: 88%;
    background-color: #1089ca;
    border: solid 1px #1089ca;
}

.button-submit, .button-reject {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    margin: 15px 20px 5px 0;
    text-decoration: none;
    border-radius: 100px !important;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 18px;
    outline: none;
}

.button-submit::-moz-focus-inner, .button-reject::-moz-focus-inner {
    border: 0;
}

.button-submit {
    border: solid 1px #01aef0 !important;
    background-color: #01aef0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.button-submit:hover {
    background-color: #1089ca !important;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

a.button-envelope {
    text-decoration: none;
}

.button-reject {
    border: 1px solid #e00030;
    margin-left: 20px;
    background-color: #e9053c;
}

.input-label {
    font-weight: 800;
}

.hint {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.hint > span {
    font-size: 20px;
    color: #01aef0;
}

.error {
    font-size: 16px;
}

.error, .error-color {
    color: #EA063D;
}

.error-env {
    margin: 46px 0 88px;
}

.form-sub-text, .sub-text {
    font-family: 'acumin-pro', 'Segoe UI','Roboto', 'Microsoft Sans Serif', 'sans-serif';
    font-weight: 100;
    font-size: 16px;
}

.form-sub-text {
    color: #0C8BCC;
}

.sub-text {
    color: #2a2a29
}

a.sign-up-sub-form {
    font-family: 'komu-b', 'Segoe UI','Roboto', 'Microsoft Sans Serif', 'sans-serif';
    color: #0C8BCC;
    font-size: 22px;
    letter-spacing: 1px;
    text-decoration: none;
}

a.sign-up-sub-form:hover {
    text-decoration: underline;
}

.buttons-container {
    margin: 40px 0 !important;
    display: flex;
    align-items: center;
}

.or-reject {
    padding-top: 8px;
}

.description {
    font-size: 16px;
}
