
#landingHeader {
    background-color: #53585F !important;
    height: 49px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    width: 100%;
    margin: 0;
}

#landingHeader img {
    max-width: 104px;
    margin: 16px 0 0 0;
    /*margin-left: 107px;*/
}

/*#logo {
    opacity: 0;
}*/
#landingHeader #made-for {
    max-width: 151px;
    margin: 16px 0 0 33px;
}

@media (max-width: 991px) {
    #landingHeader #made-for {
        display: none;
    }
}

.login .content .create-account {
    border-top: 1px dotted #b1b1b1;
}

.headerWrap {
    max-width: 1100px;
    padding: 0 30px;
}

.headerButton {
    max-width: 200px;
    margin-top: 7px;
}

h1 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    font-weight: 600;
    color: #545454;
}

#loginBlock h1 {
    margin-top: 40px;
}

/*@media (min-width: 992px) {
    #loginBlock h1 {
        display: none;
    }
}*/
@media (max-width: 991px) {
    .description h1 {
        display: none;
    }
}

.description p {
    color: #53585f !important;
    position: relative;
    padding: 0 0 20px 40px;
}

.description p i {
    color: #808080;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 19px;
}

.description .fa-file-text {
    left: 1px;
}

.description .fa-lock {
    left: 2px;
}

.description p b {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}

/*    .description p:before {
        content: "•";  Insert content that looks like bullets
    padding-right: 8px;
    color: blue;  Or a color you prefer
font-size:60px;

    }*/
/*<span class='dot'></span>*/

.login {
    background-color: #eeeeee !important;
}

.login .content {
    width: 100%;
    max-width: 1100px;
    background: none;
    padding-top: 34px;
}

.loginFormWrap {
    margin-top: 0;
    /*margin-top: 26px;*/
    max-width: 460px;
    padding: 35px 65px;
    background: #EAF7EE;
    /* border: 1px solid #ececec; */
    /* box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 0 0 / 5%); */
    border-radius: 20px!important;
}
@media (max-width: 666px) {
    .loginFormWrap {
        padding: 35px 25px;
    }
}

.contactsFormWrap {
    max-width: 500px;
}

.contactsFormWrap #message {
    height: 100px;
    padding-left: 19px;
    padding-top: 16px;
}

.help-block {
    display: none;
}

.has-error .help-block {
    display: inherit;
}

.progress {
    height: 7px;
}

.progress, #passwordVerdict {
    display: none;
}

#passwordVerdict {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #918c8c;
}

.progress {
    margin-bottom: 0px;
    margin-top: 10px;
}



/*    #registrationSuccess {
        display: none;
        font-size: 14px;
        text-align: center;
        margin-top: 34px;
        margin-bottom: 41px;
    }
    #registrationSuccess .fa {
        font-size: 37px;
        color: white;
        margin-bottom: 27px;
        display: block;
    }*/

/* Confirm */

.noticeBlock {
    font-size: 14px;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 41px;
}

.noticeBlock .fa, .noticeBlock .fa-regular, .noticeBlock .fa-duotone {
    font-size: 37px;
    color: #46b269;
    margin-bottom: 34px;
    display: block;
}

.noticeBlock a {
    margin-top: 30px;
}

.displayNone {
    display: none;
}

/*    .noticeBlock, #confirmRegistration {
        font-size: 14px;
        text-align: center;
        margin-top: 34px;
        margin-bottom: 41px;
    }

    .noticeBlock .fa, #confirmRegistration .fa {
        font-size: 37px;
        color: white;
        margin-bottom: 34px;
        display: block;
    }
    .noticeBlock a, #confirmRegistration a {
        margin-top: 30px;
    }*/

#generalError, #secretkeyError, #emailNotFoundError, #attemptLeftError, #recaptchaLoading {
    color: #a94442;
    display: none;
}

/*SECRET KEY*/
#secretkeyGroup {
    display: none;
}
#secretkeyGroup input {
    width: 58%;
    display: inline-block;
}

#secretkeyGroup img {
    cursor: pointer;
    display: block;
    width: 39%;
    height: 34px;
    float: right;
    margin-top: 0px;
}

.login .content h3, .login .content h4, p, label {
    color: #35363A !important;
}

#langs {
    top: 10px;
    margin-top: 14px;
}

#langs a {
    color: white;
    padding: 4px;
}

@media (min-width: 992px) {
    #langs {
        margin-right: 55px;
    }
}

/*.btn {*/
/*    background-color: #9bc230;*/
/*    color: white;*/
/*}*/

/*.btn:hover, .btn:active, .btn:focus {*/
/*    background-color: #8caf2b;*/
/*    color: white;*/
/*}*/

#authWithFB {
    background-color: #4267b2;
}

#authWithFB:hover, #authWithFB:active, #authWithFB:focus {
    background-color: #4a74ca;
}

.signupAfterTextButton {
    width: 278px;
    margin-left: 40px;
}

@media (max-width: 991px) {
    .signupAfterTextButton {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

/*@media (min-width: 992px) {
    #loginBlock {
        float: right;
    }
}*/
@media (max-width: 991px) {
    #loginBlock {
        margin-bottom: 35px;
        margin-top: -42px;
    }

    h1 {
        text-align: center;
        margin-top: 5px;
    }

}

/*#langs {
    margin-top: 15px;
}*/

.form-group {
    text-align: left;

}

.form-group label {
    font-size: 13px;

}

.loginFormWrap p {
    font-size: 13px;
}



.qrFormWrap {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;

    padding: 35px 65px;
    background: #EAF7EE;
    /* border: 1px solid #ececec; */
    /* box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 0 0 / 5%); */
    border-radius: 20px!important;
}

@media (max-width: 666px) {
    .qrFormWrap {
        padding: 35px 25px;
    }
}
