@font-face {
  font-family: FREESCPT;
  src: url(../fonts/FREESCPT.ttf);
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.main-bg {
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.wrap-login100 { 
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1); 
    border: 1px solid #dedede;
     margin: 10px auto;
    height: 350px;
    width: 100%;
}
 
.header-login{margin:0 auto; width:100%;}
.header-login-sub{margin:0 auto;width:100%;}
.header-login-sub .title{  font-size: 14px;    text-align: center; color:#006666; font-weight:500; }
.header-login img{    float: left; margin-right: 10px;}

.header-login .title {
    float: left;
    margin-top: 10px;
    font-size: 42px;
    font-family: FREESCPT;
    font-weight: 500;
}
.copyright{margin:0 auto; width: 95%; color:#999; margin-top:10px; text-align:center;}
.copyright p{ color:#000;}
.box-conatiner{padding-top: 50px; }
/***************************/
 

body,
html {
    font-family: Neutraface;
}
 
.txt1 {
    font-family:Neutraface;
    font-size: 15px;
    color: #999;
    line-height: 1.4
}

.txt2 {
    font-family:Neutraface;
    font-size: 15px;
    color: #3aba84;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
}

.txt3 {
    font-family: Neutraface;
    font-size: 15px;
    color: #57b846;
    line-height: 1.4;
    text-transform: uppercase
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    background-color: #fff
}

.login100-form {
    width: 100%;
    position: relative
}

.login100-form-title {
    font-family: Neutraface;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    padding-top: 8px;
    padding-bottom: 8px;
}

.wrap-input100 {
    width: 100%;
    background-color: #fff;
    border-radius: 27px;
    position: relative;
    z-index: 1
}

.input100 {
    font-family: Neutraface;
    font-size: 16px;
    color: #999;
    line-height: 1.2 !important;
    position: relative;
    display: block;
    width: 100% !important;
    height: 45px;
    background: #ffffff;
    border-radius: 7px !important;
    border: 1px solid #ddd;
    padding: 0 15px;
}

.focus-input100 {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 31px;
    background-color: #f1f0df;
	border:1px solid #ddd;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.p-r-55 {
    padding-right: 55px;
}

.p-l-55 {
    padding-left: 55px;
}

.p-t-178 {
    padding-top: 178px;
}
.p-t-55 {
    padding-top: 55px;
}
.m-b-16 {
    margin-bottom: 16px;
}

.p-t-20 {
    padding-top: 20px;
}

.txt1 {
    font-family:Neutraface;
    font-size: 15px;
    color: #999;
    line-height: 1.4;
}

.p-b-9 {
    padding-bottom: 9px;
}

.txt3 {
    font-family: Neutraface;
    font-size: 15px;
    color: #57b846;
    line-height: 1.4;
    text-transform: uppercase;
}

.flex-col-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-140 {
    padding-top: 40px;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height:45px;
    background-color: #01715d;
    border-radius: 7px;
    font-family: Neutraface;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.text-right {
    text-align: right!important;
}

.p-t-13 {
    padding-top: 13px;
}

.p-b-13 {
    padding-bottom: 13px;
}

.heading-left {
    color: white;
    width: 65%;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    margin:50px auto;
    letter-spacing: 4px;
}
.app-title{padding-top: 10px;background: #3aba84;color: #fff;padding: 10px; width: 99%;}
@media only screen and (max-width: 600px) {
    .wrap-login100 {
        width: 100%;
    }
    .wrap-login100 {
        width: 100%;
        right: -272px;
    }
    .heading-left {
        font-size: 19px;
        line-height: 34px;
    }
    .p-l-55 {
        padding-left: 20px;
    }
    .p-r-55 {
        padding-right: 20px;
    }
    .input100 {
        height: 40px;
    }
    .login100-form-btn {
        height: 40px;
    }
    .wrap-login100 {
        width: 95%;
    }
}

@media only screen and (min-width: 401px) and (max-width: 1070px) {
	.header-login .title {
    font-size: 32px;
}
    .box-conatiner::before {
        background-size: 48%;
        top: -80px;
        background-repeat: no-repeat;
        background: none;
    }
    .heading-left {
        font-size: 24px;
        line-height: 40px;
        margin: 235px auto;
        letter-spacing: 4px;
    }
    .wrap-login100 {
        width: 90%;
    }
	
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
	.box-conatiner{ width: 100% !important; height:auto !important; margin:0 !important; padding-top: 0;}
	.main-bg::after{width: 100% !important; height:auto !important;}
	.box-conatiner::before{width: 100% !important; height:auto !important;}
	.heading-left{width: 100% !important; height:auto !important;}
	.heading-left img{width: 100% !important; height:auto !important;}
    .app-title{padding-top: 10px;background: #3aba84;color: #fff;padding: 10px; width: 99%;}
	.wrap-login100 {width: 90%;margin: 0 auto;}
    .header-login .title { font-size: 22px;}
}

.login100-form-btn:hover{
    background:#63635d;
}