﻿.cust-singup-main {
    margin-top: 80px;
    background-color: red;
    min-width: 100%;
    max-width: 100%;
    min-height: 90%;    
    display: flex;
    /*justify-content: space-between;*/
}
.cust-side-banner {
    min-width: 50%;
    max-width: 50%;
    min-height: 100%;
    max-height: 100%;    
    background: linear-gradient(to top, #1580FE, #03B8FF);
    text-align: center;
}
.cust-side-banner-title {
    display: flex;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 58.09px;
    text-align: left !important;
    color: #FFFFFF;
    max-width: 100%;
    margin-top: 20px;
    /*border: 1px solid red;*/
    justify-content: center;
}
.cust-clonaesk_use_img {
    max-width: 80%;
    margin-top: 20px;
    /*border: 1px solid white;*/
}
.cust-singup-body {
    min-width: 50%;
    max-width: 50%;
    min-height: 100%;
    max-height: 100%;
    background-color: #F5F5F5;
}
.cust-forget-password-mail-sent {
    text-align: center;
    position: absolute;
    width: 30%;
    padding: 10px 0px 10px 20px;
    color: #039855;
    box-shadow: 2px 3px 5px #999;
}
.cust-check-btn{
    margin-right: 1%;
    font-size: 20px;
}
.cust-forget-password-mail-sent-remove{
    display: none;
}


.cust-non-professional-restrict-to-login {
    text-align: center;
    position: absolute;
    width: 35%;
    padding: 10px 0px 10px 20px;
    color: red;
    box-shadow: 2px 3px 5px #999;
}

.cust-non-professional-restrict-to-login-remove {
    display: none;
}