@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@font-face {
    font-family: 'english111_vivace_btregular';
    src: url('../font/english111/english-111-vivace-bt_allfont.net-webfont.woff2') format('woff2'),
         url('../font/english111/english-111-vivace-bt_allfont.net-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/***font-family: 'english111_vivace_btregular';****/
/* CSS Document */
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth ;
}
body {
   color: #777;
   line-height: 25px;
   background-color: #fff;
   font-family: 'Poppins', sans-serif;
}

a {
   text-decoration: none;
   display: inline-block;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
a:hover,
a:focus,
a:visited,
a.active{
   outline: none;
   box-shadow: none !important;
   text-decoration: none;
}
.form-control {
    outline: none;
    box-shadow: none !important;
}
ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
}

p{
	margin: 0;
   padding: 0;
}
textarea{
resize:none;
}
/********main*****/

footer {
    background: #059dd5;
    color: #fff;
}
footer a{
    color: #fff;
}

.main_log{
	background-image: url(../image/login_back.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc( 100vh - 41px );
}
.log_box {
    background: #ffffff1c;
    padding: 45px;
}
h3.login_text {
    text-align: center;
    margin-bottom: 36px;
	color:#fff;
}
.user_image_area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user_image_area .user_image img {
    height: 200px;
    width: 200px;
    -webkit-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
    border-radius: 106px;
}
.form-control {
    height: calc(1.5em + 0.75rem + 6px);
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f1f1f1;
    border: none;
    border-radius: 25px;
}

.form-control.sub {
    background-color: #059dd5!important;
    color: #fff;
}
/**************responsive************/

@media screen and (max-width: 1199.98px) {

}

@media screen and (max-width: 991.98px) {

}

@media screen and (max-width: 767.98px) {
.main_log {
     padding: 50px 0px;
    
}
}

@media screen and (max-width: 575.98px) {

}

@media screen and (max-width: 320.98px) {
.main_log {
   
}
}
