:root {
    --main-color: #1abd6e !important;
    --sedondary-color: #1abd6e !important;
    --btn-bg-color: #1abd6e !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";
}

@font-face {
    src: url(../fonts/Varela-Regular.ttf);
    font-family: "Verala Regular";
}

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;
    position: relative;
    overflow: hidden;
    /* padding: 15px; */
    font-family: "Verala Regular";
    background-image: linear-gradient(144deg, #14665e -12%, #4d3e6b 101%);
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: 100% !important;
    background-attachment: fixed !important;
    border: solid 1px rgba(0, 0, 0, 0);
}

.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; */
    height: 100vh !important;
    justify-content: center;
    align-items: center;
}

#login-form {
    /* width: 50%; */
    width: 45%;
    margin-left: 0 !important;
    flex-wrap: wrap;
    /* padding: 3% 0%; */
    margin: 0 auto;
    min-width: 480px;
    background-color: #f6f6f6 !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.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: #f6f6f6;
    box-shadow: none;
    zoom: .84;
}

#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" !important;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.82;
    letter-spacing: normal;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 25px !important;
}

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

#login-form .login-fields {
    font-size: 17px !important;
    font-weight: 900 !important;
    font-family: "Verala Regular" !important;
    padding: 16px !important;
    /* border-radius: 5px !important;
    border: solid 1px #e8e8e8 !important; */
    background-color: #ffffff !important;
    height: 47px !important;
    /* border: none;
    border-bottom: solid 2px #e8e8e8 !important; */
    border: solid 1px #e8e8e8 !important;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
}

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

#login-form .rememberme {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1;
    position: relative;
    padding: 3px 0px 0px 26px !important;
    cursor: pointer;
    font-family: 'Verala Regular' !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; */
    color: #aba8b3 !important;
    line-height: 1.1;
    display: block;
    position: relative;
    /* padding-left: 30%; */
    cursor: pointer;
    font-family: 'Verala Regular' !important;
    float: right;
    /* text-align: right; */
    margin-top: 3px;
}

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

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

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

.create-account .sign-up {
    color: var(--main-color);
    margin-left: 10px;
}

@media(max-width:768px) {
    .create-account .sign-up {
        color: white !important;
    }
}

.login-image-more {
    width: 55%;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.login-image-left {
    background: url(../\img/d2c-login-left-bg.svg);
    width: 100%;
    height: 100%;
    margin: 0px auto 0px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    position: relative;
    z-index: 1;
    background: none !important;
}

.login-image-right {
    background: url(../\img/left-bottom-bg.png);
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: left bottom;
    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; */
    margin: 0px auto 20px;
}

.white-logo {
    background: url(../img/jubilee/logo_white.svg);
    margin: 30px auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 150px;
}

.white-logo.in-default-logo {
    background: url(../img/jubilee/Jubilee_logo.svg) !important;
    margin: 30px auto;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 50px !important;
}

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

.in-red-logo {
    background: url(../img/jubilee/Jubilee_logo.svg);
    margin: 0px auto 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 150px;
    max-width: 120px;
}

@media(min-width: 960px) {
    .in-red-logo, .welcome-title.in-lg-none {
        display: none;
    }
}

.welcome-title h2 {
    font-family: 'Verala Regular' !important;
    /* font-size: 40px;
    font-weight: 600; */
    /* line-height: 50px; */
    font-size: calc(15px + 0.3906325vw);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: white;
    margin-bottom: 2px;
}

.welcome-description {
    position: fixed;
    bottom: 15px;
    right: 25%;
    transform: translate(55%, 5%);
    font-size: 12px !important;
    color: white !important;
    opacity: .6;
}

.in-powered-span {
    position: relative;
    top: 2px;
    right: 2px;
}

.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: 0px 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: 11px 25px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    /* background-color: var(--btn-bg-color); */
    /* background-image: linear-gradient(
        287deg, #1abd6e, #1abd6e, #1abd6e); */
    background-image: linear-gradient(108deg, #14665e -12%, #4d3e6b 101%);
    text-decoration: none;
    font-family: "Verala Regular";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    transition: all .3s 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); */
    background: none;
    background-image: linear-gradient(108deg, #1a8a7a -12%, #6b5a85 101%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.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: "";
    display: none !important;
    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: 17px;
}

.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-size: 18px;
    text-align: center;
    font-family: "Avenir Medium" !important;
    font-size: 18px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #5b6770;

}

span.d2c-login-text-span {
    display: block;
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.82;
    letter-spacing: normal;
    text-align: center;
    color: #1abd6e;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.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: var(--main-color);
}

/* 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 var(--main-color);
    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: var(--main-color);
    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: #5b6770 !important;
}

.d2c-login-input {
    font-family: "Verala Regular" !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;
}

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

@media(min-width:960px) {
    .logo_hide {
        display: none !important;
    }
}

@media(max-width:960px) {
    .container_login {
        background-color: white !important;
    }
}

.reset_pass {
    margin-top: 0px !important;
    font-size: 30px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3 !important;
    letter-spacing: normal;
    text-align: center !important;
    color: #68676e !important;
    font-family: VarelaRound !important;
}

.reset_pass_description {
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #68676e !important;
    margin-bottom: 40px !important;
}

.wel_title {
    font-family: VarelaRound !important;
    font-size: 46px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.13 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #fff;
    padding-top: 20px !important;

}

.ozoned_logo_reset {
    position: fixed;
    bottom: 15px;
    transform: translate(166%, -10%);
    font-size: 12px !important;
}

.ozoned_logo_login {
    position: fixed;
    bottom: 15px;
    transform: translate(-35%, -10%);
    font-size: 12px !important;
    color: white !important;
}

.reset_form {
    min-height: 100vh !important;
}

.in-my-2rem {
    margin-block: 55px !important;
}

/* #login-form  .form-control.login-fields.placeholder-no-fix.login-email:focus,
#login-form  .form-control.login-fields.placeholder-no-fix.login-password:focus, */
#login-form .login-fields:focus {
    border-color: var(--main-color) !important;
}

.reset_password_txt {
    white-space: nowrap;
    font-size: 35px !important;
    line-height: 1.2 !important;
}

.reset_btn:hover {
    color: white;
}

/* email verified page rwd css */
@media(max-width: 768px) {
    .login-form-content.in-email-rwd {
        min-width: fit-content !important;
    }

    .login-title.text-center.in-email-rwd {
        font-size: calc(16px + 0.390625vw) !important;
        line-height: 1.2 !important;
    }
}

@media(min-width: 960px) {
    .login-form-content.in-email-rwd {
        min-width: 700px !important;
    }

    .login-title.text-center.in-email-rwd {
        line-height: 1.2 !important;
        margin-top: 14rem !important;
        font-size: 40px !important;
    }
}

/* email verified page rwd css end here */


/* proposal acceptence email page CSS */
@media(min-width: 1200px) {
    .login-form-content.d2c-box.acceptance_email.in-attachments-section {
        width: 50% !important;
        max-width: 50% !important;
        height: 650px;
        overflow: hidden !important;
        padding: 0px;
    }
}

.login-form-content.d2c-box.acceptance_email.in-attachments-section>.row {
    overflow: hidden scroll !important;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    margin-left: 1px;
}

.login-form-content.d2c-box.acceptance_email.in-attachments-section>.row::-webkit-scrollbar {
    width: 12px;
}

.login-form-content.d2c-box.acceptance_email.in-attachments-section>.row::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.login-form-content.d2c-box.acceptance_email.in-attachments-section>.row::-webkit-scrollbar-thumb {
    background-image: linear-gradient(108deg, #14665e -12%, #4d3e6b 101%);
    border-radius: 10px;
}

.login-form-content.d2c-box.acceptance_email.in-attachments-section>.row::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(108deg, #14665e -12%, #4d3e6b 101%);

}

.in-attachment-doc-box {
    border-radius: 7px;
    height: 140px;
    display: flex;
    align-items: center;
    padding-top: 30px;
    text-align: center;
    justify-content: center;
    width: 140px;
    background-color: #f2f2f2;
}

.fa-file-pdf-o:before {
    color: var(--main-color);
}

@media(max-width: 1200px) {
    .in-wrap-login-rwd {
        height: unset !important;
        flex-direction: column-reverse;
        gap: 25px;
        padding-block: 25px !important;
    }

    .acceptance_email {
        max-width: 95% !important;
        width: 95% !important;
        height: auto !important;
    }

    .in-attachments-section {
        width: 95% !important;
        max-width: 95% !important;
        height: 650px !important;
        padding: 0px !important;

    }
}

/* proposal acceptence email page CSS end here */
#password-hint {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

body.login {
    overflow: hidden;
}

.triangle {
    position: absolute;
    /* transform-origin: center; */
    /* I use different syntax for better dev support */
    transform-origin: 50% 50%;
    animation: rotateSlowNew 22s linear infinite;
    -webkit-animation: rotateSlowNew 22s linear infinite;
}

.t1 {
    left: 55%;
    top: 16%;

}

.t2 {
    left: calc(100% - 70px);
    top: 9%;
    animation-duration: 30s;
}

.t3 {
    left: 55%;
    top: 90%;
}

@keyframes rotateSlowNew {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}