/*--------------------------------------------------------------------------
	General Style
--------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');

body {
	font-family: 'Jost', sans-serif;
	font-weight: normal;
    color:#333;
	line-height: 1.42857143;
	background:#fff;
	font-size:18px;

}
/*General*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 600; text-align:center;
	
}

p {color:#333; font-size:16px; text-align:center;}

.material-half-bg {
 height: 100vh;
 background:url(../images/bg-login.jpg) no-repeat;
  background-size:cover;
  /*background-color: #e5eff8;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.material-half-bg .cover {
  background-color: #f6fbff;
  height: 50vh;
}
.logo {margin:0 0 25px 0;}
.cont_area {padding:50px 0;}
.cont_area h1 {font-size:32px; color:#fff; line-height:45px; font-weight:600; text-align:center; letter-spacing:-1px; margin-bottom:15px;}
.cont_area p {font-size:16px; color:#FFFFFF; line-height:32px; font-weight:400; text-align:center; margin-bottom:10px;}
.cont_area a  {font-size:16px; color:#FFFFFF; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.cont_area a:hover {color:#32a3bc;}
img {margin-bottom:15px;}
.copyright {padding:40px 0;}
.copyright p {font-size:13px; color:#FFFFFF; font-weight:400; text-align:center;}

@media (max-width: 480px) {
.logo {margin:0 0 15px 0;}
.cont_area {padding:20px 0;}
.cont_area h1 {font-size:18px; line-height:24px; margin-bottom:15px;}
.cont_area p {margin-bottom:14px;font-size:13px;  line-height:20px;}
.copyright {padding:20px 0;}
}
