/* Font */
@font-face {
    font-family: 'DM Serif Display';
    src: url('../fonts/dmserifdisplay/DMSerifDisplay-Regular.woff2') format('woff2'),
        url('../fonts/dmserifdisplay/DMSerifDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Common Css */


/* Signup Page Css */
/* Form */
.main-form-container{
    padding: 90px 0;
    column-gap: 50px;
}
.main-form-card{
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(44, 44, 44, 0.16);
    max-width: 310px;
    width: 100%;
    padding: 30px;
}
.form-header{
    padding-bottom: 24px;
    text-align: center;
}
.form-header .title{
    color: #212534;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.form-header .info{
    color: #676C7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.main-form-wrap{
    row-gap: 16px;
}
.input-wrap .form-label{
    margin-bottom: 8px;
    color: #212534;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.input-wrap .form-label span{
    color: #0A7EFB;
}
.input-wrap .form-control{
    border-radius: 8px;
    background: #EEF7FF;
    color: #676C7D;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 12px;
    border: 1px solid transparent;
}
.input-wrap .form-control:focus,
.input-wrap .form-control:hover{
    box-shadow: none;
    border-color: #0A7EFB;
    color: #676C7D;
}
.main-form-area .forget{
    color: #0A7EFB;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 8px;
    display: inline-block;
}
.main-form-area .submit{
    border-radius: 8px;
    background: #0A7EFB;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 11px 12px;
    border: none;
    width: 100%;
    margin-top: 16px;
    transition: .3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main-form-area .submit::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    opacity: 1;
    z-index: -1;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    background: linear-gradient(90deg, rgba(10,126,251,1) 0%, rgba(0,90,185,1) 50%, rgba(10,126,251,1) 100%);
    transition: .4s;
}
.main-form-area .submit:hover:before{
    width: 100%;
    right: auto;
    left: 0;
}
.main-form-area .submit:focus{
    box-shadow: none;
}
.form-footer{
    padding-top: 16px;
    text-align: center;
}
.form-footer .info{
    color: #212534;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}
.form-footer .link{
    color: #0A7EFB;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
}
.password-input-wrap{
    position: relative;
}
.password-input-wrap .password-icon{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.password-input-wrap input{
    padding: 11px 32px 11px 12px;
}
/* Form advertise */
.form-advice-wrap {
    width: 100%;
}
.form-advertise-layout{
    width: 100%;
    column-gap: 15px;
}
.form-advertise-text .title{
    color: #212534;
    font-family: 'DM Serif Display';
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
}
.form-advertise-text .title .shape{
    position: relative;
    z-index: 1;
}
.form-advertise-text .title .shape::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 30px;
    background: rgba(10, 126, 251, 0.16);
    z-index: -1;
}
.form-advertise-layout-1 .form-advertise-text{
    max-width: 298px;
    width: 100%;
}
/* Layout 2 & 3 */
.form-advertise-text .title .blue-text{
    color: #0A7EFB;
}
.form-advertise-text .info{
    color: #212534;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 12px;
}
.form-advertise-text .subs-btn{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 50px;
    background: #212534;
    padding: 16px 24px;
    margin-top: 30px;
}
/* Layout 1 */
.form-advertise-layout-1 .form-advertise-text{
    max-width: 240px;
}
.form-advertise-layout-1 .form-advertise-img{
    max-width: 100%;
    width: 100%;
    text-align: right;
}
/* Layout 2 */
.form-advertise-layout-2 .form-advertise-text{
    width: 50%;
}
.form-advertise-layout-2 .form-advertise-img{
    width: 50%;
    position: relative;
    z-index: 1;
    text-align: right;
}
.form-advertise-layout-2 .form-advertise-img::after{
    position: absolute;
    content: "";
    right: 30px;
    bottom: 38px;
    width: 253.581px;
    height: 304.749px;
    background: linear-gradient(152deg, #4865FF 14.83%, #DA16AF 91.84%);
    filter: blur(130px);
    z-index: -1;
    opacity: .6;
}
/* Layout 3 */
.form-advertise-layout-3 .form-advertise-text{
    width: 40%;
}
.form-advertise-layout-3 .form-advertise-img{
    width: 60%;
    text-align: right;
}


/* Responsive */
@media screen and (max-width: 1024px){
    .main-form-container {
        column-gap: 30px;
    }
    .form-advertise-text .title {
        font-size: 55px;
    }
    .form-advertise-text .title .shape::after {
        height: 25px;
    }
}
@media screen and (max-width: 991px){
    .form-advertise-layout-1 .form-advertise-text {
        max-width: 150px;
    }
    .form-advertise-layout-1 .form-advertise-img {
        max-width: 350px;
    }
    .form-advertise-text .title {
        font-size: 40px;
        line-height: 55px;
    }
    .form-advertise-text .title .shape::after {
        height: 15px;
    }
    /* Layout 2 */
    .form-advertise-layout-2 .form-advertise-img::after {
        right: 0px;
        bottom: 0px;
        width: 180px;
        height: 220px;
        background: linear-gradient(152deg, #4865FF 10.83%, #DA16AF 60.84%);
    }
}
@media screen and (max-width: 767px){
    .form-advice-wrap {
        display: none;
    }
    .main-form-card {
        max-width: 550px;
        margin: auto;
    }
}