/* add css */
.main-content{
	width: 75%;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	margin: 5em auto;
	display: flex;
}
.otp-content{
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	border-radius: 20px;
	text-align: left;
	
}
.company__info{
	background-color: #3c3b77;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fa-android{
	font-size:3em;
}
.wl-mob{
	display: none;
}
@media screen and (max-width: 992px) {
	.company__info{
		display: none;
	}
	.wl-web{
		display: none;
	}
	.wl-mob{
		display: block;
	}
	.login_form{
		border-top-right-radius:20px;
		border-bottom-right-radius:20px;
	}
}

@media only screen and (max-width:992px) and (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

.row > h2{
	color:rgb(112, 111, 111);
}
.login_form{
	background-color: #fff;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
form{
	padding: 0 2em;
}
.form__input{
	width: 100%;
	border:0px solid transparent;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
	padding: 0.5em .5em .5em;
	padding-left: 2em;
	outline:none;
	margin:0.5em auto;
	transition: all .5s ease;
}
.form__input:focus{
	border-bottom-color: rgb(228, 35, 19);
	box-shadow: 0 0 5px rgba(0,80,80,.4);
	border-radius: 4px;
}

.btn-small{
	width: 50px;
	height: 45px;
}

.foot{
	font-size: 12px;
	text-align: center;
}
.text-small{
	font-size: 14px;
}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url("../../images/loading.gif") no-repeat center center;
    background-size: 80px 80px;
    z-index: 99999;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url("../../images/loading.gif") no-repeat center center;
    background-size: 80px 80px;
    z-index: 99999;
}
.title-brand-text{
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}
.subtitle-brand-text{
	font-size: 12px;
	color: #fff;
}
