body {
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    color: #fff;
    margin: 0;
    /*background: url("../images/bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;*/
}

.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}

a,
button {
    transition: 0.3s all ease-out;
}

.small, small {
    font-size: .775em!important;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

textarea:focus,
input:focus {
    outline: none;
}

#body-wrap {
    padding: 0px 20px;
}

.container {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

header#header {
    margin-bottom: 20px;
}

.main-content h1 {
    font-size: 1.9em;
    font-weight: 300;
    letter-spacing: 0.18em;
    margin-bottom: 0;
}

.main-content h4 {
    font-family: "Georgia", serif;
    font-family: "Noto Serif Georgian", serif;
    font-weight: 300;
    font-size: 22px;
}

h3 {
    font-size: 1.15rem;
    font-weight: 100!important;
}

h5 {
    font-family: "Georgia", serif;
    font-family: "Noto Serif Georgian", serif;
    font-weight: 300;
    font-size: 28px;
}

.main-content p {
    font-size: 1em;
    margin: 0;
    color: #EDEEEB;
}

.inside-page{
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    color: #585A55;
    padding: 30px 15px;
}

.inside-page p{
    color: #585A55 !important;
    line-height: 32px;
    margin-bottom: 20px;
}

.inside-page a{
    color: #9C9182;
    text-decoration: none;
}

.inside-page a:focus,
.inside-page a:hover{
    color: #9C9182;
    text-decoration: underline;
}
#signupform .cog-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 1%;
    align-items: center;
}

#signupform .cog-row {
    width: 80%;
}

#signupform .cog-page__navigation {
    width: 18%;
    padding: 0;
}

#signupform .cog-input {
    margin: 0;
}

#signupform .el-input__inner {
    font-weight: 500;
    font-size: 20px;
    font-family: "Figtree", sans-serif;
    height: 50px;
    margin: 0;
}

#signupform .el-input__inner:focus {
    border-color: transparent;
}

#signupform .el-input__inner::placeholder {
    color: #585A55 !important;
    opacity: 1 !important;
}

#signupform .el-input__inner::-webkit-input-placeholder {
    color: #585A55 !important;
    opacity: 1 !important;
}

#signupform .el-input__inner::-moz-placeholder {
    color: #585A55 !important;
    opacity: 1 !important;
}

#signupform .el-input__inner:-ms-input-placeholder {
    color: #585A55 !important;
    opacity: 1 !important;
}

#signupform .cog-page__navigation .cog-button {
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    width: 100% !important;
    margin: 0;
    padding: 0;
    height: 50px;
    border-radius: 0;
}

#signupform .cog-page__navigation .cog-button:focus {
    box-shadow: none;
}

#signupform .cog-page__navigation .cog-button:focus,
#signupform .cog-page__navigation .cog-button:hover {
    color: #EDEEEB;
    box-shadow: none;
    background: #A78D87;
    border-color: #A78D87;
}

#signupform .cog-cognito.is-success{
    margin: 0 auto;
}

#signupform .cog-confirmation-message{
    text-align: center;
}

#signupform .cog-confirmation-message p{
    font-size: 18px;
}

#signupform .cog-confirmation__documents{
    margin-top: 0;
}

#signupform .cog-cognito.is-success .cog-wrapper{
    display: block;
}

#signupform .cog-cognito.is-success .cog-row{
    width: 100%;
    text-align: center;
}

#signupform .cog-cognito.is-success .cog-email.is-required .cog-label{
    display: none !important;
}

#footer .social-links {
    padding-top: 20px;
}

#footer .social-links ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

#footer .social-links li {
    padding-right: 20px;
}

#footer .social-links ul a {
    font-size: 1.6em;
    text-decoration: none;
}

.copyright {
    color: #aaa;
}

#li_buttons {
    text-align: right !important;
}

@media (max-width: 1600.98px) {
    .bg-layer {
      background: url("../images/bg-tablet.jpg") no-repeat center center;
      background-size: cover;
    }
}

@media (max-width: 992.98px) {
    .bg-layer {
      background: url("../images/bg-mobile.jpg") no-repeat center center;
      background-size: cover;
    }
}

@media (max-width: 768px) {
    #body-wrap {
        padding: 0px 15px;
    }

    #countdown-clock>.time {
        padding: 14px;
    }

    .form-group button.submit-button {
        width: 140px;
        padding: 18px 9px;
    }
    body{
         background-attachment: unset;
    }
    .main-content h4 {
    font-family: "Georgia", serif;
    font-weight: 400;
    font-size: 18px;
}

.main-content h1 {
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: 0.18em!important;
    margin-bottom: 0;
}

h5 {
    font-family: "Georgia", serif;
    font-weight: 400;
    font-size:20px;
}
h3 {
    font-size: 16px;
}
}

@media (max-width: 767.98px) {
    .logo img{
        max-width: 240px;
    }
    #signupform .cog-wrapper{
        display: block;
    }
    #signupform .cog-row{
        width: 100%;
    }
    #signupform .cog-page__navigation{
        width: 100%;
    }
    .main-content h1{
        letter-spacing: normal;
    }
    .inside-page{
        padding: 20px 15px 30px;
    }
    #signupform .el-input__inner{
        font-size: 18px !important;
    }
    #signupform .cog-page__navigation .cog-button{
        font-size: 18px !important;
    }
}

