﻿
.form-input.form-group {
    position: relative;
    z-index: 12;
    width: 100%;
    float: left;
    display: block;
}
.form-check {
    margin: 12px 0px 30px;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}
.logoBx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoBx img {
    width: 70%;
    height: auto;
    max-width: 100% !important;
    margin-bottom: 0px;
}
    .loginBgWrp {
        background: #101b29 !important;
    }
.submit {
    width: 100%;
    color: #fff;
    background-color: #c67c3b !important;
    border-radius: 5px;
}
.form-control.control {
    border: 1px solid #c67c3b;
    color: #fff;
}
.form-control.control:focus~label, .form-control.control:valid~label {
    top: -10px;
    color: #fff !important;
    background: #c67c3b !important;
    z-index: 99999 !important;
    left: 8px;
}
.jss1 h6 {
    display: none;
}
.form-check-label {
    color: #fff;
}
.form-group label {
    color: #fff;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.00938em;
    width: auto;
    background: transparent;
    display: inline-block;
    z-index: 17;
    padding: 5px !important;
    border-radius: 10px;
}
.form-input.form-group.clientCode label {
	 background: #c67c3b !important;
}
.copy_right h6 {
    color: #fff;
}


.demoLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    height: 35px;
    border: 1px solid #c67c3b;
    border-radius: 5px;
    font-size: 0.9375rem;
    color: #c67c3b;
    text-transform: uppercase;
	background: #ffa250;
	color:#fff;
}

.demoLogin:hover {
    color: #fff;
    background: #c67c3b !important;
}

.background_dots {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    min-height: 100vh;
}

@media (max-width:767px) {
	
	.copy_right h6 {
    color: #fff;
    font-size: 12px;
}
	    .loginBgWrp {
        height: 100vh;
    }
	.copy_right {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}
.loginModule .extraBorder {
    max-width: 444px;
    margin: auto;
    margin-bottom: 0px;
}
.submit {
    font-size: 12px;
}
.form-check-label {
    font-size: 12px;
    margin-left: 7px;
    margin-bottom: 0;
}
.form-group.clientCode label {
    position: relative;
    top: 16px;
   
    font-size: 12px;
}

.demoLogin {
    font-size: 12px;
}
}