.login-register-popup {
    max-width: 57% !important;
    border: none;
    position: relative;
}
.login-container {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 50%;
    margin-top: 15px;
}
.register-container {
    background-color: #F8F0E0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    min-width: 50%;
    padding-bottom: 40px;
}
.response-msg {
    background-color: #333C42;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 60%;
    color: #ffffff;
    font-size: 40px;
    font-family: 'source sans pro';
    text-align: center;
}
.bgimage {
    background-image: url('../../../images/popupbg.svg');
    background-position: center center;
    background-color: #F5F5F5;
}
.infotxt {
    font-family: 'source sans pro';
    font-size: 20px;
    color: #333333;
    padding: 10px;
    padding-left: 20px;
}
.infotxt2 {
    font-size: 30px;
    color: #20639B;
    font-weight: 600;
    padding: 20px;
}
.loginclick {
    font-size: 18px;
    padding-left: 159px;
    padding-right: 159px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 25px;
    background: linear-gradient(180deg, #ffd788 0%, #ad7c20 100%);
    box-shadow: 0px 3px 6px #00000029;
    border-width: 0px;
    color: #ffffff;
    transition: transform .2s;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.loginclick:hover {
    background: linear-gradient(180deg, #ffd788 0%, #ad7c20 100%);
    transform: (1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.signupclick {
    font-size: 18px;
    padding-left: 159px;
    padding-right: 159px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 25px;
    background: linear-gradient(180deg, #20639B 0%, #002D56 100%);
    box-shadow: 0px 3px 6px #00000029;
    border-width: 0px;
    color: #ffffff;
    transition: transform .2s;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.signupclick:hover {
    transform: (1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    background: linear-gradient(180deg, #20639B 0%, #002D56 100%);
}
.popup-login-form, .popup-register-form {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 10px !important;
    margin: auto;
    width: 90%;
}
.txposition {
    position: relative;
    margin-bottom: 30px;
    
}
.absltxt {
    position: absolute;
    margin: 0 !important;
    z-index: 9;
    transition: .5s ease;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 3px;
    left: 30px;
    font-size: 18px;
    font-family: 'source sans pro';
    font-weight: 600;
    top: 8px;
}
.txtfld {
    font-family: 'source sans pro' !important;
    font-size: 20px !important;
    height: 54px !important;
    border-radius: 4px !important;
}
.password_block {
    background-color: transparent !important;
    text-align: center;
}
.login-register-popup span.psw {
    float: unset;
    font-size: 20px;
    font-family: 'source sans pro';
    color: #002D56;
}
.register-container .popup-register-form {
    display: block !important;
}
.register-link {
    display: none;
}
.lineheight {
    line-height: 40px;
}
.closebtn_block {
    background-color: transparent;
    padding: 0px !important;
}
.close_btn {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #ffffff;
    background-color: #DDB363 !important;
    padding: 3px;
    border-radius: 4px;
    font-size: 30px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.login-link {
    display: none;
}
.login-register-popup.login-register-popup input.txtfld {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

/* user selection page */
.section.user_selection_page .row.main_content{
    position: relative;
}
.section.user_selection_page .action-close{
    position: absolute;
    color: #ffffff;
    background-color: #DDB363 !important;
    padding: 3px;
    border-radius: 0px;
    font-size: 30px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    border: 0;
    top: 0;
    right: 0;
}

.section.user_selection_page {
    display: block;
    background-image: url('../../../images/buyer-reg-bg.png');
    background-repeat: no-repeat;
    width: 60%;
    margin: auto;
    margin-top: 3%;
}
.row.main_content {
    display: flex;
}
.column.left_section {
    width: 40%;
    background-image: url('../../../images/user_selection_leftbg.png');
    background-repeat: no-repeat;
    margin: 2%;
    padding: 3% 2% 2% 3%;
}
.column.right_section {
    width: 60%;
    padding: 5% 3% 2% 10%;
}
.welcome.column {
    display: flex;
    align-items: center;
}
.tagline_text.column {
    color: #DDB363;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.72px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    margin-top: 4%;
    margin-bottom: 6%;
}
.row.info_points {
    display: flex;
    align-items: center;
    margin-top: 1%;
}
.welcome_text {
    font-size: 30px;
    color: #ffffff;
    line-height: 64px;
    width: 45%;
}
.welcome_texub_logo {
    width: 55%;
}
.point_info_text {
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    margin-left: 2%;
}
.select_text.row {
    color: #333C42;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 4%;
}
.buyer_selection_btn {
    display: block;
    background-image: url(../../../images/user_select_buyer.png);
    width: 172px;
    height: 173px;
    border: none;
    position: relative;
    background-repeat: no-repeat;
    margin: auto;
}
.seller_selection_btn {
    display: block;
    background-image: url(../../../images/user_select_seller.png);
    width: 172px;
    height: 173px;
    border: none;
    position: relative;
    background-repeat: no-repeat;
    margin: auto;
}
.buyer_text, .seller_text {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    font-size: 20px;
    font-family: 'source sans pro';
    font-weight: 600;
    color: #5C6369;
}
.row.button_section {
    display: flex;
}
.right_button.column {
    margin: auto;
}
.user_selection_button {
    font-size: 18px;
    padding-left: 162px;
    padding-right: 162px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 25px;
    background: linear-gradient(180deg, #20639B 0%, #002D56 100%);
    box-shadow: 0px 3px 6px #00000029;
    border-width: 0px;
    color: #ffffff;
    transition: transform .2s;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.user_selection_button:hover{
    color: #ffffff !important;
}
.seller_information_text {
    display: none;
}
.radio_button {
    text-align: center;
    margin-top: 10%;
}
.radio_button input[type="radio"]:checked:after {
    width: 17px;
    height: 17px;
    left: 2.1px;
    top: 2.1px;
    background-color: #072745 !important;
}
.radio_button input[type="radio"]:checked {
    border: 1px solid #878787 !important;
}
.radio_button input[type="radio"] {
    width: 23px;
    height: 23px;
    border: 1px solid #878787 !important;
}
.buyer_information_text, .seller_information_text {
    margin-top: 4%;
    margin-bottom: 6%;
}
.thumb_image.column {
    width: 62px;
    height: 62px;
    margin: inherit;
}
.arrow_image.column img {
    height: 14px;
    width: 14px;
    vertical-align: middle;
}
.thumb_image.column img {
    vertical-align: middle;
}
.seller_information_text, .buyer_information_text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.42px;
    color: #333C42;
}
.user_continue.section {
    text-align: center;
}
.register-overlay.register-popupoverlay {
    position: fixed;
    padding: 0px;
}
.register-overlay.register-popupoverlay.in-active{
    display: none !important;
}
.register-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.48);
    z-index: 999;
    padding: 20px;
    display: none;
}
