﻿.account:hover a {
    text-decoration: underline;
    font-weight: 800;
    color: #bc9b1b;
}

.custom_btn1 {
    background-color: #bc9b1b;
    color: #fff;
    border: 1px solid #bc9b1b;
}

    .custom_btn1:hover {
        background-color: #fff;
        color: #bc9b1b;
        border: 1px solid #bc9b1b;
    }

.cust-chk-bx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.black_cg {
    color: black;
}

    .black_cg:hover {
        text-decoration: underline;
        color: black;
    }

.custom_btn:hover {
    background-color: #bc9b1b !important;
    color: #ffffff !important;
    /*border:black;*/
}

.cust-chk-bx input:checked ~ .cust-chkmark {
    background-color: #fff;
}

.cust-chkmark {
    padding-left: 15px;
}

.remember {
    margin-left: 40px;
    margin-bottom: 15px;
    font-size: 13px;
}

.cust-chkmark {
    position: absolute;
    top: 2px;
    left: 15px;
    height: 17px;
    width: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}

.cust-chk-bx input:checked ~ .cust-chkmark:after {
    display: block;
}

.cust-chk-bx .cust-chkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_logo{
    background-color:#fff;
    padding:15px;
}
.cust-chkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.sales_logo{
    width:15%;
}
@media(max-width:1440px) {
    .sales_logo{
        width:30%;
    }

}

.login-form {
    max-width: 450px;
    margin: auto;
}

.forgot_ps{
    font-size: 13px;
}

.remember {
    font-size: 13px;
}

.bg_image_ {
    background: url('../images/Sidebar/Artboard.jpg'),black;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*.bg_image_ {
    background: url(../images/Sidebar/Artboard.jpg),black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/
/*.bg_image_ {
    overflow: hidden;
    background: url(../images/Sidebar/banner111_1.png),#000000;
    background-position: center;*/
    /* background-position: center center; */
    /*background-size: contain;
    width: 100%;
    background-repeat: no-repeat;

}*/

body {
    overflow: hidden;
}

.forgot_password {
    text-align: end;
}

.gt-color {
    color: #bc9b1b;
}
@media (max-width:750px){
    .bg_image_ {
       display:none;
    }
    .oth_login {
        text-align: center;
    }
}
@media (min-width:376px) {
    .oth_login{
        text-align:center;
    }

    .vertical-align1 {
        padding: 20px;
    }
}
@media (min-width:576px) {
    .cust-chkmark{
        width:17px;
        height:15px;
    }

    .vertical-align1 {
        padding: 30px;
    }
}
@media(max-width:400px){
    .login-form{
        max-width:310px;
    }
    .size_for {
        font-size: 15px;
    }
    .forgot_password{
        padding-right:0;
    }
    .login_wrap {
        margin-top: 20px;
    }
}
@media (min-width:992px) {
    .vertical-align1 {
        padding: 10px;
    }
   
    .forgot_password {
        text-align: start;
    }

    .login_button {
        text-align: center;
    }

    .oth_login {
        text-align: center;
    }
}

@media (min-width:1200px) {
    .vertical-align1 {
        padding: 60px;
    }

    .forgot_password {
        text-align: end;
    }

    .oth_login {
        text-align: center;
    }
}