:root {
    --main-color: #049dc2 !important;
    --sedondary-color: #845bb3 !important;
    --btn-bg-color: #f77c94 !important;
    --text-color: white !important;
}
/* @font-face {
    font-family: Varela;
    src: url(../fonts/Varela-Regular.ttf);
}

@font-face {
    font-family: Avenir Medium;
    src: url(../fonts/Avenir Medium-Regular.ttf);
} */
@font-face {
    src: url(../fonts/Avenir-Black.ttf);
    font-family: "Avenir Black";
}
@font-face {
    src: url(../fonts/Avenir-Medium.ttf);
    font-family: "Avenir Medium";
}

@font-face {
    src: url(../fonts/Avenir-Heavy.ttf);
    font-family: "Avenir Heavy";
}

body {
    font-family: "Avenir Medium" !important;
}
.login .user-login-5 {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-family: "Avenir Medium";
    background-image: url(../img/d2c-login-top-layer.png), url(../img/d2c-login-bottom-layer.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 570px 120px, 65% !important;
    background-position: 0px 0px, 0px 100% !important;
    background-attachment: fixed !important;
    background-color: #eff7f8 !important;
}

.wrap-login {
    width: 100%;
    /* background: #fff; */
    background: transparent !important;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 50px 0px;
}
#login-form {
    width: 50%;
    flex-wrap: wrap;
    /* padding: 3% 0%; */
}

.login-form-content {
    max-width: 420px;
    margin: 0 auto;
}
.login-form-content {
    padding: 15px 40px 32px;
    border-radius: 11px;
    box-shadow: 0 1px 36px 0 rgb(152 179 226 / 25%);
    background-color: #ffffff;
}

#login-form .logo {
    background: url(../img/d2c-login-logo.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    height: 110px;
}
#login-form .workshop-logo {
    background: url(../img/workshop-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 110px;
}
.login .wrap-login #login-form .login-title {
    font-family: "Avenir Black";
    font-size: 35px;
    font-weight: 900;
    line-height: 1.03;
    text-align: left;
    color: #4c505d;
}

#login-form .form-group {
    margin-bottom: 15px;
}

#login-form .login-fields {
    font-size: 17px !important;
    font-weight: 900 !important;
    font-family: "Avenir Heavy" !important;
    padding: 16px !important;
    border-radius: 5px !important;
    border: solid 1px #e8e8e8 !important;
    background-color: #ffffff !important;
    height: 47px !important;
}

#login-form .form-actions {
    margin-top: 20px;
}

#login-form .rememberme {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.1;
    position: relative;
    padding: 3px 0px 0px 26px !important;
    cursor: pointer;
    font-family: 'Avenir Medium' !important;
    font-weight: normal !important;
}

#login-form .form-actions span {
    width: 18px;
    height: 18px;
    border: 1px solid var(--main-color);
    border-radius: 2px;
}

/* #login-form .form-actions span:after {
    background: #06aef7;
    top: 0;
    width: 18px;
    height: 18px;
    transition: all .3s;
    border: 1px solid #06aef7;
    border-radius: 2px;
    transform: rotate(0deg);
    left: 0px !important;
} */

#login-form .form-actions .forget-password {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.1;
    display: block;
    position: relative;
    /* padding-left: 30%; */
    cursor: pointer;
    font-family: 'Avenir Medium' !important;
    float: right;
    /* text-align: right; */
}

.submit-btn {
    margin-top: 30px;
}

.login-submit-btn {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px !important;
    color: #ffffff;
    font-size: 14px !important;
    text-transform: capitalize !important;
    width: 150px;
    height: 50px;
    font-family: 'Avenir Medium' !important;
}
.login-submit-btn:hover{
    color: #ffffff !important;
}

.create-account {
    font-size: 15px;
    color: #d1ced5;
    line-height: 1.5;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-family: 'Avenir Medium' !important;
}

.create-account .sign-up {
    color: #06aef7;
    margin-left: 10px;
}

.login-image-more {
    width: 50%;
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.login-image-left {
    background: url(../\img/d2c-login-left-bg.svg);
    width: 100%;
    height: 100%;
    margin: 30px auto 0px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    position: relative;
    z-index: 1;
}
.login-image-right {
    background: url(../\img/d2c-login-right-bg.svg);
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: 83% 95%;
    position: relative;
    z-index: 1;
}
.workshop-login-bg {
    background: url(../img/workshop-bg.png);
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.welcome-content {
    text-align: center;
    color: #ffffff;
    max-width: 450px;
    margin: 10% auto;
}

.white-logo {
    background: url(../../images/login_ozoned_logo_big.png);
    margin: 30px auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 200px;
}

.welcome-title h2 {
    font-family: 'Avenir Medium' !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.welcome-description p {
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 1500px) {
    .login-image-right {
        background-position: 86% 80%;
    }
}
@media (max-width: 1366px) {
    .wrap-login {
        padding: 20px 0px;
    }
    #login-form {
        padding: 0%;
    }
    .welcome-content {
        margin: 5% auto;
    }
    .submit-btn {
        margin: 3% auto;
    }
    .login-image-right {
        background-position: 89% 80%;
    }
}

@media (max-width: 767px) {
    #login-form {
        width: 100%;
    }
    .login-image-more {
        width: 100%;
    }
    .login-form-content {
        max-width: 300px;
    }
    #login-form .rememberme {
        font-size: 12px;
        padding-left: 20px;
    }
    #login-form .form-actions span {
        width: 14px;
        height: 14px;
    }
    #login-form .form-actions .forget-password {
        font-size: 12px;
        padding-left: 35%;
    }
    .welcome-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .welcome-description p {
        font-size: 14px;
        line-height: 22px;
        padding: 0px 15px;
    }
}


/* d2c button */
.d2c-btn-primary {
    margin: 14px 0;
    padding: 13px 25px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: var(--btn-bg-color);
    text-decoration: none;
    font-family: "Avenir Medium";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    transition: all .2s ease;
    border: none;
  }
.d2c-btn-primary:hover, .d2c-btn-primary:focus {
    text-decoration: none;
     color: var(--text-color);
     outline: none;
    /*background-color: var(--main-color);
    box-shadow: 0 10px 36px 0 rgba(77, 160, 175, 0.27); */
  }
  .d2c-btn-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background-color: var(--btn-bg-color);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.d2c-btn-hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: var(--main-color); */
    background: #845bb3;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 10px;
}
.d2c-btn-hover:hover:before, .d2c-btn-hover:focus:before, .d2c-btn-hover:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.d2c-btn-width {
    width: 140px !important;
}

.d2c-login-text{
    margin: 15px 0 25px;;
    font-family: "Avenir Medium";
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #858995;
}


.d2c-checkbox-container {
    /* display: inline-block; */
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 7px !important;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d2c-checkbox-container span{
    color: #039fcb;
  }
  
  /* Hide the browser's default checkbox */
  .d2c-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: white;
    border: 1px solid #bebebe;
    border-radius: 2px;
  
  }
  
  
  /* .d2c-checkbox-container input ~ .checkmark {
    border-radius: 0;
  } */
  /* On mouse-over, add a grey background color */
  .d2c-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
    border-radius: 2px;
  }
  
  /* When the checkbox is checked, add a blue background */
  .d2c-checkbox-container input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #039fcb;
    border-radius: 2px;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .d2c-checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .d2c-checkbox-container .checkmark:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    background-color:#039fcb;
    border-radius: 0px !important;
  
  }

  form{
    caret-color: var(--btn-bg-color) !important;
  }
label{
    margin: 0px 0px 3px;
    font-family: "Avenir Heavy";
    font-size: 14px;
    font-weight: 900;
    letter-spacing: normal;
    text-align: left;
    color: #05958f;
}
.d2c-login-input{
    font-family: "Avenir Heavy" !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #4c505d !important;
}

::placeholder{
    font-family: "Avenir Medium" !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #bebebe !important;
}
