﻿
/* VARIABLES */
:root {
    --ven_bg_color: #b363c1;
    --ven_fore_color: #ffffff;
    --ven_log_box_border_top: 7px solid #b66bbc;
    --ven_log_box_label: #a647c3;
    --ven_reg_link_color: #a647c3;
    --ven_reg_button_bgcolor: #f5ba1a;
    --ven_right-bg_color: #efedf0;

}

/* CUSTOMISED */
.loginbox {
    background-color: #fff;
    width: 330px;
    box-shadow: 0px 0px 8px 0px rgba(2, 37, 117, .25);
    z-index: 1;
    border-top: var(--ven_log_box_border_top);
    background-color: #fff;
    border-radius: 20px;
}

.login_btn {
    background-color: var(--ven_bg_color);
    display: inline-block;
    padding: 14px 25px;
    width: 80%;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: var(--ven_fore_color);
    border: none;
}

.login_head {
    color: var(--ven_log_box_label);
    font-size: 30px;
    font-weight: 500;
}

.newacnt {
    color: var(--ven_reg_link_color);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    /*padding: 27px 0 0 0;*/
    outline: none;
    text-decoration: underline;
    /*margin-right: 43px;*/
}

.btn-register {
    background: var(--ven_reg_button_bgcolor);
    padding: 8px 20px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    font-family: Arial;
}
.right-pnl-bg{
	background-color:var(--ven_right-bg_color);
}

/* FIXED */
 
.logo_bg {    
    padding: 8px 12px;
    border-radius: 4px;
    padding-bottom: 1px;
    z-index: 9;
    width: 180px;
}


.leftjapack {
    background: url('cs_bg.jpg') no-repeat center center;
    background-size: cover;
}

.loginmainhead2 {
    color: #434650;
    font-size: 36px;
    font-family: Gabriola;
}
.loginmainhead {
    font-size: 85px;
    color: #333;
    font-weight: 550;
    font-family: Gabriola;
}

.footlbl {
    color: #fff;
    font-size: 13px;
}

.footlbl1 {
    color: #fff;
    font-size: 13px;
}

.footbottom {
    position: absolute;
    bottom: 0;
}
.rightjapack {
    background-color: #fff;
}

@media(max-width: 992px) {
    .rightjapack {
        background-image: url(cs_bg.jpg);
        background-size: 100% 100%;
        background-color: transparent;
    }

    .txtbox {
        width: 255px;
    }
}


.vendcompame {
    color: #344b89;
    font-size: 18px;
}


.lbltxt {
    font-size: 13px;
    color: #333;
    font-weight: 550;
}

.txtlbl {
    font-size: 13px;
    padding: 16px 15px;
    border-radius: 6px;
    border: 1px solid #b5bac2;
    width: 330px;
    outline: none;
}

.txt {
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 4px;
    margin-left: 5px;
}
 
.label {
    color: #333;
}


.new_account {
    font-size: 15px;
    color: #2b2c88;
    text-decoration: underline;
    cursor: pointer;
}
 

.chk_lbl {
    font-size: 13px;
    color: #333;
}
 
.footlbl a, .footlbl1 a {
    color: inherit;
}

.portaloffline {
    background-color: #f5f5f5;
}

.portalofflinetxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #CC3300;
    text-align: center;
}

@media(max-width: 766px) {
    
    .txtbox {
        width: 327px;
    }
}

input[type=checkbox], input[type=radio] {
    margin-right: 5px;
    vertical-align: middle;
}
 

.dropdown {
    /*display: flex !important;*/
    z-index: 1001 !important;
}

.dropdown-menu {
    min-width: initial !important;
    max-width: initial !important;
}

.visible {
    display: flex !important;
}
 

 

@media screen and (min-width: 767px) {
     
    .txtbox {
        width: 255px;
    }
}
