body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    color: #3e3e3e;
}

label{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    color: #505050;
}
.form-main-login .form-control{

    padding: 10px;

}
input[type=checkbox], input[type=radio]{
    width: 15px;
    height: 15px;
}

.frgt-passord{
    color: #f17813;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    float: right;
}
.frgt-passord:hover{
  text-decoration: none;
}
small{
    font-size: 95%!important;
}

.login-block {
	background: #DE6262;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #f5f5f5, #eee);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #f5f5f5, #eee);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	float: left;
	width: 100%;
	padding: 35px 0;
    height: 100vh;
}

.banner-sec {
	
	min-height: 500px;
	padding: 0px!important;
  
}

.banner-sec img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.container {
	background: #fff;
	border-radius: 10px;
	box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}



.login-sec {
	padding: 0px;
	position: relative;
}

.login-sec .copy-text {
	position: absolute;
	width: 80%;
	bottom: 20px;
	font-size: 13px;
	text-align: center;
}

.login-sec .copy-text i {
	color: #FEB58A;
}

.login-sec .copy-text a {
	color: #E36262;
}

.login-sec h2 {
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 30px;

    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 40px;
    text-align: left;
}



.btn-login {
	background: #f17813;
	color: #fff;
	font-weight: 600;
    width: 100%;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    transition: ease-in;
    font-size: 16px !important;
}
.btn-login:hover {
  background: #ffb400;
}

.banner-text {
	width: 70%;
	position: absolute;
	bottom: 40px;
	padding-left: 20px;
}

.banner-text h2 {
	color: #fff;
	font-weight: 600;
}



.banner-text p {
	color: #fff;
}
img{
    max-width: 100%;
    height: auto;
}

.login-form-wrap{
    padding: 40px 30px 0 30px;
}
.logo-login{
    width: 100%;
    text-align: center;
}


@media screen and (min-width: 320px) and (max-width: 767px) {

.btn-login{
    margin-bottom: 40px;
}
.login-block{
    padding: 0;
}

.logo-login img{
    width: 70%!important;
}
}