@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
body {font-family: 'Poppins', sans-serif;}
.login-block{background:#3693cf;
background: -webkit-linear-gradient(to bottom, #75c9ff, #3693cf);
background: linear-gradient(to bottom, #75c9ff, #3693cf);
float:left;
width:100%;
padding : 81px 0;
}
.banner-sec{background:url(../images/pexels-photo.jpg)  no-repeat left bottom; background-size:cover; min-height:500px; border-radius: 0 10px 10px 0; padding:0;}
.banner-sec h1 {font-weight:600; color:#fff; margin-top:20%; padding-left:5%;}
.banner-sec p {font-weight:400; color:#fff; padding:0% 5%;}
.container{background:#fff; border-radius: 10px; box-shadow:15px 20px 0px rgba(0,0,0,0.1);}
.login-sec{padding: 50px 30px; 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; color: #3693cf;}
.login-sec h2:after{content:" "; width:100px; height:5px; background:#3693cf; display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto}
.btn-login{background: #3693cf; color:#fff; font-weight:600;}
	