
@font-face {
	font-family: 'Roboto', sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
}
 

body {
    background: url('https://cams.adagiocam.com/themes/wowonder/img/banner-bg.jpg') !important;
    background-size: cover !important;
    background-position: -280px 0 !important;
}

body::before {
    content: none !important;
}

header {
    background: rgba(35, 31, 32, .85);
    text-align: center;
    padding: 15px 0;
    margin-top: 50px;
}

.login-wrapper {
    width: 450px;
    margin: 130px auto;
}

.login-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.login-title h2 {
    margin-left: 20px;
    text-transform: uppercase;
    color: #EDC7D2;
    font-family: 'Roboto';
    font-size: 36px;
}

.login-title h2 span {
    color: #ffffff;
    display: block;
    font-family: 'Roboto';
    font-size: 20px;
}

.login-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

.login-box .wow_form_fields {
    margin: 0 0 15px;
}

.login-box label {
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto';
}

.login-box input, .login-box select {
    background-color: #EDEDED;
    box-shadow: none !important;
    border-radius: 0;
    font-family: 'Roboto';
}

.custom-checkbox {
    display: block;
    margin-bottom: 15px;
}

.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}

.custom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background-color: #EDC7D2;
    position: absolute;
    left: 0;
}

.custom-checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 4px;
    height: 12px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input+label:after {
    content: '✕';
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    color: #ffffff;
    font-size: 13px;
}

.go-btn {
    background-color: #EDC7D2;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Roboto';
    padding: 6px 20px;
    border-radius: 20px;
    margin: 0 0 15px;
    border: 0;
    font-size: 16px;
    transition: .4s ease all;
    display: block;
}

.go-btn:hover {
    background-color: #000000;
    color: #EDC7D2;
}

.already {
    font-family: 'Roboto';
    color: #000000;
    font-size: 16px;
    text-decoration: none !important;
    transition: .4s ease all;
    display: block;
}

.already:hover {
    color: #EDC7D2;
}

.already span {
    color: #EDC7D2;
    font-size: 20px;
    margin-right: 5px;
}

.footer {
    border-top: 1px solid #ffffff;
    font-family: 'Roboto';
    padding: 20px 0;
    color: #ffffff;
    display: flex;
}

.footer ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.footer ul li {
    margin: 0 5px;
}

.footer li a {
    color: #ffffff;
}

.footer-50 {
    width: 50%;
    text-align: center;
}

.approve-text {
    text-align: center;
    font-family: 'Roboto';
}

.approve-text p {
    font-size: 23px;
    font-family: 'Roboto';
    color: #EDC7D2;
}

.approve-text ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 15px;
}

.approve-text ul li a {
    color: #ffffff;
    font-size: 18px;
}

.approve-text ul li {
    margin: 0 10px;
    position: relative;
}

.approve-text ul li::after {
    content: '';
    background-color: #EDC7D2;
    width: 2px;
    position: absolute;
    right: -12px;
    top: 4px;
    bottom: 4px;
}

.approve-text ul li:last-child:after {
    content: none;
}

/* menu bar */

.bar {
    display: inline-block;
    cursor: pointer;
    top: 2px;
    position: relative;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -8px);
    transform: rotate(45deg) translate(-5px, -8px);
}

.mobile-menu {
    position: absolute;
    right: 10px;
    display: none;
    align-items: center;
    top: 20px;
    color: #ffffff;
    margin: 0;
}

.mobile-menu a {
    color: #ffffff;
    font-family: 'Roboto';
    margin: 0 5px;
    text-decoration: none !important;
}

.mobile-menu a:hover, .mobile-menu a:focus {
    color: #EDC7D2;
}

.mobile-menu li {
    margin-left: 5px;
}

.mobile-header {
    position: fixed;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 75px 10px 0;
    background-color: rgba(35, 31, 32, .85);
    z-index: -1;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease all;
}

.mobile-header-open {
    height: 255px;
    visibility: visible;
    opacity: 1;
}

.mobile-header a {
    color: #ffffff;
    padding: 5px 0;
    display: block;
    font-family: 'Roboto';
}

.mobile-header a.active {
    color: #EDC7D2;
}

/* menu bar end */

.welcome-text {
    text-align: center;
    margin: 70px 0;
}

.welcome-text h1 {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 0;
}

.welcome-text h1 span {
    font-family: 'Roboto';
    color: #EDC7D2;
}

.welcome-text h6 {
    font-family: 'Roboto';
    font-size: 26px;
    color: #ffffff;
}

.login-wrapper-lg {
    width: 960px;
    margin: 0 auto 130px;
    display: flex;
}

.login-part {
    margin: 0 15px;
    width: 450px;
}

.login-wrapper-lg .login-title {
    display: block;
    text-align: center;
}

.login-wrapper-lg .login-title h2 {
    font-size: 30px;
    margin: 10px 0 40px;
}

.login-wrapper-lg .login-title h2 span {
    margin-top: 5px;
}

.font-bold {
    font-family: 'Roboto';
}

.login-wrapper-lg .custom-checkbox label:before {
    right: -35px;
    left: auto;
    background-color: #ECEDED;
}

.login-wrapper-lg .custom-checkbox input+label:after {
    left: auto;
    right: -25px;
    color: #363737;
}

.login-wrapper-lg .custom-checkbox input:checked+label:after {
    right: -22px;
    left: auto;
}

.login-wrapper-lg .custom-checkbox label {
    padding-left: 0;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

 button[disabled], html input[disabled] {
    cursor: default;
    pointer-events: none;
    opacity: 0.8;
}


@media (min-width:1400px) {
    body {
        background-position: -200px 0 !important;
    }
}

@media (min-width:1600px) {
    body {
        background-position: -80px 0 !important;
    }
}

@media (max-width:1199px) {
    .login-wrapper {
        margin: 60px auto;
    }
    .login-wrapper-lg {
        margin: 0 auto 60px;
    }
}

@media (max-width:991px) {
    body {
        background-position: -330px 0 !important;
    }
    .footer ul li {
        margin: 0 3px;
    }
    .login-wrapper-lg {
        width: 760px;
    }
}

@media (max-width:767px) {
    body {
        background-position: -430px -80px !important;
    }
    .footer {
        flex-wrap: wrap-reverse;
    }
    .footer-50 {
        width: 100%;
    }
    footer p {
        margin: 0;
    }
    .footer ul {
        margin-bottom: 5px;
    }
    .footer {
        padding: 15px 0;
    }
    .login-title {
        display: block;
        text-align: center;
    }
    .login-title h2 {
        font-size: 30px;
        margin: 10px 0 40px;
    }
    .login-title h2 span {
        margin-top: 5px;
    }
    .welcome-text h1 {
        font-size: 36px;
    }
    .login-wrapper-lg .login-title img {
        height: 45px;
    }
    .login-wrapper-lg .login-title h2 {
        font-size: 24px;
    }
    .login-wrapper-lg .login-title h2 span {
        font-size: 18px;
    }
    .login-wrapper-lg {
        width: 100%;
    }
}

@media (max-width:575px) {
    .login-wrapper {
        max-width: 310px;
    }
    body {
        background-position: -380px -110px !important;
    }
    .approve-text p {
        font-size: 16px;
    }
    .approve-text ul li a {
        font-size: 14px;
    }
    .footer ul {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .footer ul li {
        margin: 0 5px;
    }
    header {
        text-align: left;
        padding: 15px 10px;
        margin-top: 0;
        background: transparent;
        z-index: 1;
        position: relative;
    }
    header img {
        width: 140px;
    }
    .login-title h2 {
        font-size: 26px;
    }
    /* .login-title img {
        width: 90px;
    } */
    .footer {
        display: none;
    }
    .approve-text p {
        display: none;
    }
    .approve-text ul li:nth-child(2) {
        display: none;
    }
    .approve-text ul li::after {
        content: none;
    }
    .login-box label {
        font-size: 15px;
    }
    .already, .custom-checkbox label {
        font-size: 14px;
    }
    .mobile-menu {
        display: flex;
    }
    .welcome-text h6 {
        font-size: 22px;
    }
    .login-wrapper-lg {
        flex-wrap: wrap;
    }
    .login-part {
        width: 100%;
    }
    .clientBox {
        display: none;
    }
    .performerBox {
        display: none;
    }
    .welcome-text {
        margin: 40px 0;
    }
}
/*loader*/
.loader1 {
   position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
   font-size:0px;
   padding:0px;
}
.loader1 span {
   vertical-align:middle;
   border-radius:100%;
   
   display:inline-block;
   width:10px;
   height:10px;
   margin:3px 2px;
   -webkit-animation:loader1 0.8s linear infinite alternate;
   animation:loader1 0.8s linear infinite alternate;
}
.loader1 span:nth-child(1) {
   -webkit-animation-delay:-1s;
   animation-delay:-1s;
  background: #EDC7D2;
}
.loader1 span:nth-child(2) {
   -webkit-animation-delay:-0.8s;
   animation-delay:-0.8s;
  background: #EDC7D2;
}
.loader1 span:nth-child(3) {
   -webkit-animation-delay:-0.26666s;
   animation-delay:-0.26666s;
  background: #EDC7D2;
}
.loader1 span:nth-child(4) {
   -webkit-animation-delay:-0.8s;
   animation-delay:-0.8s;
  background: #EDC7D2;
  
}
.loader1 span:nth-child(5) {
   -webkit-animation-delay:-1s;
   animation-delay:-1s;
  background: #EDC7D2;
}

@keyframes loader1 {
   from {transform: scale(0, 0);}
   to {transform: scale(1, 1);}
}
@-webkit-keyframes loader1 {
   from {-webkit-transform: scale(0, 0);}
   to {-webkit-transform: scale(1, 1);}
}

.languages{
    position: absolute;
    bottom: 25px;
    background-color: #ffffff;
    border-radius: 5px;
    min-width: 130px;
    text-align: left;
    padding: 5px 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    top: auto;
}
.languages ul{
    display: block;
    margin: 0;
}
.languages ul a {
    color: #666666 !important;
    font-size: 16px !important;
    display: inline-block;
}
.languages ul li:after{
    content: none;
}
.languages ul li{
    margin: 5px 10px;
}