body{
    background-color: #000838;
    font-family: Roboto;
    margin-top: 2%;
}
.ui.nag.blue {
    background-color: #010323;
}
.ui.nag.green {
    background-color: #010323;
}
.ui.nag.red {
    background-color: #010323;
}
form .emoji {
    font-size: 1.2em;
}

.group {
    position: relative;
    margin: 45px 0;
}

textarea {
    resize: none!important;
}

.captcha{
    padding: 20px!important;
}

label[for=id_captcha_1] {
    display: none;
}

input[type="password"] {
    letter-spacing: 0.3em;
}


.bar {
    position: relative;
    display: block;
    width: 320px;

}
.bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #FDB417;
    transition: 300ms ease all;
    left: 0%;

}

.btn {
    background: #fff;
    color: #959595;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn:hover {
    color: #8b8b8b;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}
.btn.btn-link {
    background: #FDB417;
    color: #d3eafd;
}
.btn.btn-link:hover {
    background: #0d8aee;
    color: #deeffd;
}
.btn.btn-submit {
    background: #FDB417;
    color: #bce0fb;
}
.btn.btn-submit:hover {
    background: #0d8aee;
    color: #deeffd;
}
.btn.btn-cancel {
    background: #eee;
}
.btn.btn-cancel:hover {
    background: #e1e1e1;
    color: #8b8b8b;
}

.btn-box {
    text-align: center;
    margin: 50px 0;
}

.sign-grid {
    display: inline-flex;
}

.sign-card {
    background-color: white;
    border-radius: 10px;
    font-family: Roboto;
    padding: 5%;
    height: fit-content;
}

.sign-header {
    display: grid;
    text-align: center;
}

.sign-up-text {
    margin-top: -20px;
    font-size: 25px;
    font-weight: 600;
}

#zlto-coin {
    margin: auto;
}

@media only screen and (min-width: 768px){
    .sign-card {
        margin: 0 auto;
    }

    .sign-container {
        width: 600px;
    }

    .sign-grid {
        margin-left: 15%;
    }
}

@media only screen and (max-width: 768px){
    #zlto-coin{
        display:none;
    }
    body{
        margin-top: 20px;
    }
    .login-img-container {
        display: none;
    }
    .sign-container {
        margin: 25px;
    }

}

.login-img {
    height: 80%;
    position: fixed;
    bottom: 0;
    margin-right: 50px!important;
    margin-bottom: -100px!important;
    z-index: -100;
}

.sign-form {
    margin-left: 10%;
    margin-right: 15%;
}

.sign-form > * .group {
    line-height: 30px;
    margin: 40px 0 0 0;
}

.sign-form input, select, textarea{
    border-radius: 5px !important;
    border-color: gray !important;
    border-width: 1px !important;
    font-family: Roboto !important;
    font-weight: bold !important;
    font-size: 17px;
}

.sign-form label {
    font-weight: bold !important;
    font-size: 17px;
    margin: 10px 0;
    opacity: 45%;
}

.sign-checkbox-group {
    text-align: left;
    margin-left: 4rem;
}

.sign-button {
    background-color: #fbbd08 !important;
    color: white !important;
    padding: 15px 70px !important;
    font-size: 20px;
    margin-top: 25px !important;
    font-family: Roboto !important;
}
.footer{
    font-size: 1em;
    background-color: #ffffff;
    color: #a0a0a0;
    padding: 10px;
    padding-top: 20px;
    bottom: 0;
    height: 50px;
}
.footer a{
    text-decoration: none;
    color: #a0a0a0;
}