body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #fff;
    color: #111111;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    float: left;
    overflow-x: hidden;
}

a img {
    border: none;
    outline: none;
}

a {
    outline: none;
}

a {
    color: #fcbf1f;
    text-decoration: underline;
}

a:hover {
    color: #252525;
    text-decoration: underline;
}

img {
    border: none;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.lf-left {
    float: left;
}

.lf-right {
    float: right;
}

.google-signin-divider {
    text-align: center;
    margin: 0;
    position: relative;
    width: 100%;
}

.google-signin-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #444;
}

.google-signin-divider span {
    background: #111;
    padding: 0 12px;
    position: relative;
    color: #888;
    font-size: 13px;
}

.center-wrapper {
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-module-wrap {
    min-height: calc(100vh - 268px); /* header + footer height */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.register-module {
    background: #111;
    padding: 0;
    margin: 20px auto 0 auto;
    border-radius: 10px;
    width: 480px;
}

.register-module-block {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
    background: #111;
}

.register-module-logo-link {
    width: 122px;
    height: 60px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.register-module form {
    padding: 0;
    margin: 0;
    width: 100%;
}

.register-item {
    padding: 8px 20px;
    float: left;
    width: 100%;
}

.register-item label {
    float: left;
    width: 94%;
    text-align: left;
    margin: 0 3% 6px 3%;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.register-item p {
    padding: 0 5px;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
}

.register-item-terms {
    padding: 8px 20px 0;
    float: left;
    width: 100%;
}

.register-item-terms a {
    color: #fcbf1f;
    text-decoration: underline;
}

.register-item-terms a:hover {
    text-decoration: none;
}

.register-item-terms label {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 6px 0;
    padding: 0 5px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.register-item input[type="email"], .register-item input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    color: #111111;
    height: 42px;
    font-size: 16px;
    float: left;
    width: 100%;
    border-radius: 30px;
    outline: 0;
    padding: 0 15px;
    margin: 0;
    font-weight: 400;
    background: #fff;
    border: none;
}

.register-item input[type=password] {
    color: #111111;
    height: 42px;
    font-size: 16px;
    float: left;
    width: 100%;
    border-radius: 30px;
    outline: 0;
    padding: 0 15px;
    margin: 0;
    font-weight: 400;
    background: #fff;
    border: none;
}

.register-item input[type=submit] {
    font-size: 18px;
    height: 48px;
    background: #fcbf1f;
    border: 0 none;
    cursor: pointer;
    width: 200px;
    padding: 0;
    margin: 0 0 5px 0;
    border-radius: 30px;
    color: #111111;
    font-weight: 400;
    text-transform: uppercase;
}

.register-item input[type="button"] {
    font-size: 18px;
    height: 48px;
    background: #fcbf1f;
    border: 0 none;
    cursor: pointer;
    width: 40%;
    padding: 0;
    margin: 10px 30%;
    border-radius: 30px;
    color: #111111;
    font-weight: 400;
    text-transform: uppercase;
}

.register-item input[type="button"]:hover {
    background: #ffc631;
    transition: all 0.2s ease 0s;
}

.register-item a {
    color: #fcbf1f;
    text-decoration: underline;
}

.register-item a:hover {
    text-decoration: none;
}

.register-error {
    background: #414141;
    margin: 18px 0 0;
}

.register-item .register-error-list {
    color: #ff9e9e;
    padding: 10px;
    font-size: 0.9rem;
}

.register-info {
    background: #edffec;
    margin: 18px 0 0;
    list-style-type: none;
}

.register-item .register-info-list {
    padding: 10px;
    font-size: 1.1rem;
    list-style-type: none;
}

.register-item-button {
    padding: 25px 20px 4px 20px;
    float: left;
    width: 100%;
}

.register-item-button input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    height: 48px;
    background: #fcbf1f;
    border: 0 none;
    cursor: pointer;
    width: 60%;
    padding: 0;
    margin: 0 20%;
    border-radius: 30px;
    color: #111111;
    font-weight: 600;
    text-transform: uppercase;
}

.register-item-button input[type="submit"]:hover {
    background: #ffc631;
    transition: all 0.2s ease 0s;
}

.register-item-button p {
    padding: 0 5px;
    margin: 25px 0 0 0;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.register-item-button a {
    color: #fcbf1f;
    text-decoration: underline;
}

.register-item-button a:hover {
    text-decoration: none;
}

.register-item-img {
    padding: 0;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    text-align: center;
    cursor: pointer;
}

.register-item-img img {
    margin: 0 auto;
    padding: 0;
    width: 250px;
    height: 40px;
}

.register-select {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 30px;
    background: #fff url(../img/arrow-select.png) no-repeat right;
    color: #acacac;
    float: left;
}

.register-select p {
    padding: 0 25px 0 15px;
    width: 100%;
    text-align: left;
    position: absolute;
    font-weight: 300;
    color: #111111;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    margin: 0
}

.register-select select {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 42px;
    position: relative;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #111111;
}

@media only screen and (max-width: 580px) {
    .register-module {
        background: #111;
        padding: 0;
        margin: 10px 2% 0 2%;
        float: left;
        border-radius: 10px;
        width: 96%;
    }
}
