/* signup page css */
.dp-signup-box-wrap
 {
    min-height: 100vh;
    font-family: "Montserrat", sans-serif;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dp-signup-box-bg
{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow: hidden;
}
.dp-signup-box-bg-layer
{
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;    
    opacity: 0.2;
    transform: translate(-50%, -50%);
    transform-origin: left;
    width: 0;
    height: 0;
    border: solid 50vw transparent;
    border-left-color: #0B90FB;
    border-top-color: #0B90FB;
    border-width: 50vh 50vw;
}
.dp-signup-box-bg-layer:nth-child(2) 
{
    border-top-color: #ffff;
    border-left-color: #fff;
    margin-top: -7vw;
    border-width: 63vh 50vw;
    opacity:0.15
}
.dp-signup-box-bg-layer:nth-child(3) 
{
    border-top-color: #ffff;
    border-left-color: #fff;
    margin-top: -17vw;
    border-width: 81vh 50vw;
    opacity:0.15
}
.dp-signup-box-container
{
    width: 878px;
    max-width: 100%;
    margin:0 auto;
    padding:10px 15px 30px;
    position: relative;
}
.dp-signup-box-logo
{
    max-width: 405px;
    margin:0 auto;
}
.dp-sigup-box-title h4
{
    font-weight: normal;
    font-size: 22px;
    color:#0F4570;
    text-align: center;
    margin-bottom: 0;
}
.dp-signup-box-content
{
    display: flex;
}
.dp-signup-box-cnt-left, .dp-signup-box-cnt-right
{
    width: 50%;
    z-index: 2;
}
.dp-signup-box-cnt-left
{
    background-color: #002c5b;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px 0 0 15px;
}
.dp-signup-box-form-wrap
{
    background: #fff;
    border-radius: 15px;
    padding: 20px 30px;
    margin:-30px 0 -30px -30px;
    box-shadow: rgba(15, 69, 112,0.1) 0 4px 50px;  
}
.dp-signup-box-form-wrap h2
{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color:#0F4570;
    margin:0 0 20px;
}
.dp-signup-form-control .control-label
{
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index: 4;
    display:block;
    pointer-events:none;
    font-weight:normal;
    padding:15px 15px;
    transition: all 0.3s ease-in-out;
}
.dp-signup-form-control:has(select) .form-control{
    font-weight: 300;
}
.dp-signup-form-control:has(select) .control-label{
    opacity: 0;
}

.dp-signup-form-control:has(select) .dp-active .control-label{
    opacity: 1;
}
.dp-signup-form-control:has(select) .dp-active .form-control{
    font-weight: 600;
}
.dp-signup-form-control .form-control{
    padding:15px 15px;
    height:auto;
    box-shadow:none;
    font-size:18px;
    line-height:1;
    font-weight:600;
    border-radius:10px !important;
    border-color:rgba(15, 69, 112,0.2);    
    transition: all 0.3s ease-in-out;
    color:#0F4570
}
.dp-signup-form-control:has(select) .form-control{
    padding-top:5px;
    padding-bottom:5px;
}
.dp-signup-form-control .input-group{
    width:100%;
}
.dp-signup-form-control .input-group-addon{
    border:none;
    background:none;
    position:absolute;
    right:0;
    top:50%;
    transform:translate(0, -50%);
    z-index:3;
    width:auto;
    padding: 6px 20px;
}
.dp-sigup-box-title{
    margin-bottom: 50px;
}
.btn.btn-danger.dp-signup-btn {
    width:100%;
    border-radius:10px;
    background:#E84328;
    border:none;
    outline:none;
    font-size:18px;
    font-weight:bold;
    text-transform:none;
    transition:all 0.3s ease-in-out;
}

.btn.btn-danger.dp-signup-btn:hover, .btn.btn-danger.dp-signup-btn:focus{
    background:#dd381d;
}
.dp-signup-divider {
    display:flex;
    align-items:center;
    color:#0F4570;
    font-size: 12px;
}
.dp-signup-divider:before, .dp-signup-divider:after{
    content:'';
    display:block;
    border-top:1px solid rgba(15, 69, 112,0.2);
    flex:1;
}
.dp-signup-divider span{
    padding:0 10px;
}
.dp-signup-box-register-other{
    font-size:12px;
    text-align:center;
    font-weight:400;
    padding:15px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.dp-signup-box-register-other a{
    color:rgba(15, 69, 112,1)
}

.dp-signup-google-link{
    display:inline-block;
    padding:7px 15px;
    border-radius:6px;
    transition:all 0.3s linear;
}

.dp-signup-google-link:hover{
    background:rgba(15, 69, 112,0.05);
    text-decoration:none;
}

.dp-signup-google-link img{
    vertical-align:text-bottom;
    margin-right:5px;
}
.dp-signup-form-control .input-group-addon{
    font-size:17px;
    color:#0F4570
}

.dp-signup-form-control:has(.control-label) .dp-active .control-label{
    font-size:12px;
    padding:5px 15px;
}
.dp-signup-form-control:has(.control-label) .dp-active .form-control{
    padding:25px 15px 5px;
}
.dp-signup-box-form .row{
    margin-left:-7.5px;
    margin-right:-7.5px;
}

.dp-signup-box-form .row [class*="col-"]{
    padding-left:7.5px;
    padding-right:7.5px;
}
.dp-signup-box-form-wrap h5{
    font-weight:600;
    margin:0 0 5px;
    color: #0F4570;
}
.dp-signup-box-wrap .form-group label,  .dp-signup-box-wrap .dp-signup-box-form-wrap{
    font-size: 16px;
}
.dp-signup-box-wrap .dp-signup-box-form-wrap h5{
    font-size: 14px;
}
.dp-signup-box-wrap .dp-sigup-box-title h4{
    margin-top: 10px;
}
@media (max-height:750px){
    .dp-signup-box-cnt-left{
        background-size: contain;
        z-index: 1;
    }
    .dp-signup-box-logo{
        max-width:230px;
    }
    .dp-sigup-box-title h4{
        font-size:17px;
    }
    .dp-signup-form-control .form-control{
        padding:10px 15px;
        border-radius:6px !important;
    }
    .dp-signup-form-control .control-label{
        padding:10px 15px;
    }
    .btn.btn-danger.dp-signup-btn{
        height:auto;
        border-radius:6px;
    }
    .dp-signup-box-form-wrap h2{
        margin-bottom:10px;
    }
    .dp-signup-form-control:has(.control-label) .dp-active .control-label{        
        padding:2px 15px;
        font-size:10px;
    }
    .dp-signup-form-control:has(.control-label) .dp-active .form-control{
        padding:15px 15px 5px;
    }
    .dp-signup-box-form .form-group{
        margin-bottom:10px;
    }
    .dp-signup-box-form .row{
        margin-left:-5px;
        margin-right:-5px;
    }

    .dp-signup-box-form .row [class*="col-"]{
        padding-left:5px;
        padding-right:5px;
    }
}
@media (max-width:767px){
    .dp-signup-box-cnt-left{
        display:none;
    }

    .dp-signup-box-cnt-right{
        width:100%;
    }
    .dp-signup-box-form-wrap{
        margin:0;
    }
    .dp-signup-box-logo{
        max-width:200px;
    }
    .dp-sigup-box-title h4{
        font-size:16px;     
    }
    .dp-sigup-box-title{
        margin-bottom:15px;
    }
    .dp-signup-box-logo{
        max-width:200px;
    }
    .dp-sigup-box-title h4{
        font-size:17px;
    }
    .dp-signup-form-control .form-control{
        padding:8px 15px;
        border-radius:6px !important;
        font-size: 16px;
    }
    .dp-signup-form-control .control-label{
        padding:8px 15px;
    }
    .btn.btn-danger.dp-signup-btn{
        height:auto;
        border-radius:6px;
    }
    .dp-signup-box-form-wrap h2{
        margin-bottom:10px;
        font-size: 18px;
    }
    .dp-signup-form-control:has(.control-label) .dp-active .control-label{        
        padding:1px 15px;
        font-size:10px;
    }
    .dp-signup-form-control:has(.control-label) .dp-active .form-control{
        padding:14px 15px 2px;
    }
    .dp-signup-box-form .form-group{
        margin-bottom:10px;
    }
    .dp-signup-box-form .row{
        margin-left:-5px;
        margin-right:-5px;
    }

    .dp-signup-box-form .row [class*="col-"]{
        padding-left:5px;
        padding-right:5px;
    }
}

.dp-signup-box-logo img
{
    width:100%;
}
 .mp-use-the-app-wrapper .mp-use-the-app a
 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
 }
@media(max-width:575px)
 {
  .mp-use-the-app-wrapper .mp-use-the-app
   {
    position:fixed;
    background:#08087d ; 
    width:588px;
    max-width:100%;
    bottom:8%;
    color:#fff;
    text-align:center; 
    height:25px;
    z-index:99;
    margin:0 auto;                             
    left:-10px;
    right:-10px;
     }
}
 @media(max-width:425px) 
{ 
.mp-use-the-app-wrapper .mp-use-the-app 
{ 
    width:auto;
    max-width:100%;
     margin:0 auto;
    left:23px;
    right:23px;
    }
}
@media(max-width: 375px)
{
    .mp-use-the-app-wrapper .mp-use-the-app
    {
    left: 0;
    right: 0;    
    }
    
}
/* login page csss */
.dp-login-box-content .dp-signup-box-form-wrap
{
    padding-top: 90px;
    padding-bottom: 90px;
}
.dp-login-box-content .dp-signup-box-form-wrap h2
{
    padding-bottom: 20px;
}
.dp-signup-box-useapp {
    margin:15px -30px -20px;
    background:#144973;
    border-radius:0 0 10px 10px;    
}

.dp-signup-box-useapp a{
    display:block;
    padding:5px 10px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    transition:all 0.3s linear;
    text-decoration:none;
    border-radius:0 0 10px 10px;
}

.dp-signup-box-useapp a:hover{
    background:#e84328;
}
@media (min-width:768px){
    .dp-signup-box-useapp {
        display: none;
    }
}
@media (max-width: 767px) {
    .dp-signup-box-useapp {
        margin: 115px 0 -20px;
        position: fixed;
        left: 15px;
        right: 15px;
    }
    .dp-login-box-content .dp-signup-box-form-wrap
    {
        margin-top: 3px;
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .dp-login-box-content .dp-signup-box-useapp, #dp_signup_box .dp-signup-box-useapp
    {
        position: absolute;
    }
    #dp_signup_box .dp-signup-box-useapp{
        margin: 25px 0 -20px;
    }

     .dp-login-box-content .form-group 
    {
        padding-left:0px;
        padding-right:0px;
    }
}
@keyframes autofill-start {
  from {}
  to {}
}

/*otp container css*/

.mc-otp-verification-fields .form-control::placeholder
{
    font-size:16px;
}
.mc-otp-verification-fields .form-group .form-control
{
    padding-top: 21px;
    padding-bottom: 16px;
}
.mc-otp-verification-wrapper .mc-otp-verification-fields .proceed-btn
{
    font-size:16px;
}
.mc-otp-verification-wrapper  h5
{
    padding-bottom:5px;
    font-size:20px;
}
.mc-otp-verification-wrapper .mc-otp-verification-fields
{
    max-width: 620px;
    margin: 0 auto;
    padding-top:40px;
    padding-bottom:40px
}
.mc-otp-verification-wrapper 
{
    padding-top:30px;
}
.dp-signup-box-form-wrap h2:has(+ h6){
    margin-bottom: 0;
    padding-bottom: 10px;
   }
.dp-signup-box-form-wrap h6{
    font-size:14px;
    font-weight: normal;
    text-align: center;
    max-width: 340px;
    margin:0 auto 20px;
    color:#23527c;
    line-height: 1.4;
   }
 
@media (min-height:700px){
    .dp-login-box-content .dp-signup-box-form-wrap
    {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
 
.dp-login-box-content .dp-signup-box-form-wrap h2:has(+h6){
    padding-bottom: 10px;
}

@media(max-width: 768px)
{    
    .dp-login-box-content .dp-signup-box-form-wrap .form-group label
    {
        font-size: 14px;
    }
     .dp-login-box-content .dp-signup-box-form-wrap
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dp-signup-box-content .dp-left-side-bg-image{
     background-image: url(../images/forgot_password.png);     
}
