body.sign-up .sign-up-box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 500px;
}
*, body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Lota',sans-serif;
    font-size: 16px;
    line-height: 22px;
}
body.sign-up .form-container {
    max-width: 333px;
    margin: 0 auto;
}
body.sign-up .sign-up-logo {
    margin: 80px 0 40px;
}
body.sign-up .signup-title {
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #24374e;
    margin: 0 0 8px;
}
body.sign-up .sign-up-desc {
    font-size: 18px;
    margin-bottom: 40px;
}

p {
    font-weight: 400;
}

p {
    margin: 0 0 10px;
}
.container {
    max-width: 100%;
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body.sign-up .sign-up-box .login-social-box.login {
    background: transparent;
    padding: 0;
}
.login-social-buttons {
    list-style: none;
    padding: 0;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.login-social-buttons li {
    margin-bottom: 15px;
}
body.sign-up .btn.login-social-google {
    border: 1px solid #0089ff;
    background-color: #0089ff;
}
body.sign-up .btn.login-social-google, body.sign-up .btn.login-social-github {
    border: 1px solid;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(36,129,215,0.05), 0 2px 3px rgba(36,129,215,0.04);
    color: rgba(255,255,255,0.9);
    font-weight: 600;
    font-size: 14px;
}
body.sign-up .btn {
    height: 48px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(36,129,215,0.05), 0 2px 3px rgba(36,129,215,0.04);
}
body.sign-up .btn.login-social-google span {
    background: white;
    border-right: 1px solid #0089ff;
}
body.sign-up .btn.login-social-google span, body.sign-up .btn.login-social-github span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 48px;
    color: #222;
    padding: 7px;
    border-radius: 3px 0 0 3px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
body.sign-up .btn.login-social-google:hover {
    background-color: #0065ef;
    border-color: #0065ef;
}
body.sign-up .text-on-line-col .text-on-line {
    background-color: #fff;
    color: #c3cddd;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    top: -18px;
    display: inline-block;
    position: relative;
}
body.sign-up .sign-up-box .padded-bottom {
    padding-bottom: 20px;
}

body.sign-up form label.control-label {
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #4a5669;
    text-transform: none;
    letter-spacing: 0;
}

.form-control {
    border: 1px solid #d6e0f1;
    max-width: 420px;
    outline: 0;
    color: #2c3645;
    height: 40px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control {
    border-radius: 2px;
    border: 1px solid #eaf0fa;
    background-image: none;
    padding: 0 2px 0 10px;
    color: #4c5669;
    filter: none;
}

body.sign-up input.form-control {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #cee3ff;
    box-shadow: none !important;
}
body.sign-up input.form-control:focus {
    box-shadow: 0 4px 8px #eff6fd !important;
}
body.sign-up .flex.mb20 {
    margin-bottom: 20px;
}
body.sign-up .flex.space-between {
    justify-content: space-between;
}
body.sign-up .flex {
    width: 100%;
    display: flex;
    font-size: 14px;
}
body.sign-up a {
    color: #0089ff;
    font-weight: 600;
}
body.sign-up .btn.btn-cta:hover, body.sign-up .btn.btn-primary:hover {
    text-decoration: none;
}
body.sign-up .btn.btn-cta, body.sign-up .btn.btn-primary {
    background: #0089ff;
    color: #fff;
    font-weight: 600;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 30px;
    font-size: 14px;
}
.checkbox, .radio {
    word-break: break-all;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
body.sign-up .ssp {
    color: rgba(36,55,78,0.7) !important;
    font-size: 12px;
}
body.sign-up .text-on-line-col {
    position: relative;
    background: #dae3f0;
    height: 1px;
    margin: 30px auto;
    text-align: center;
}

body.sign-up .ssp label {
    color: inherit;
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;
    word-break: keep-all;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
