@font-face {
  font-family:GlacialIndifference-Regular;
  src: url(fonts/GlacialIndifference-Regular.otf);
}
@font-face {
  font-family:AvenirLTStd-Black;
  src: url(fonts/AvenirLTStd-Black.otf);
} 
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;  
    /* background-image: linear-gradient(#fded5e, #f2fed7);
	      position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%; */
 
}
header {
    background-image: linear-gradient(#fded5e, #f1ffdf);
	 
    position: relative;
    background-color: #ffffff;
    padding: 10px 0px 0px 0px;
    /* border-bottom: 1px solid #efefef; */
 
}
.c-logo-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}
.c-logo{
margin-bottom: 10px;     margin-top: 10px;
}
/* .main-bg {
    background-image: url(../images/Login_Page-bg.jpg);
    background-color: rgba(255, 255, 255, 0);
    
	background-repeat: no-repeat;     background-size: 100%;
    height: 840px;
    
} */
.main-bg {
    background-image: url(../images/Login_Page-bg.jpg);
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-size: cover;  
    height: auto;
    overflow: hidden;
}
.wrap-login100 {
    background: #DADAD7;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0px auto;
    width: 350px;
    height: 450px;
}
 
/* .header-login{margin:0 auto;width: 532px;} */
.header-login-sub{margin:0 auto;width: 335px;}
.header-login-sub .title{  font-size: 18px;    text-align: center; color:#006666; font-weight:500; }
.header-login img{    float: left; margin-right: 10px;}
.header-login .title {
    font-family:GlacialIndifference-Regular;
    margin-top: 10px;
    font-size: 36px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px rgb(64 82 70);
}
.copyright {
    margin: 0 auto;
    width: 100%;
    color: #333;
    background: #fff;
    padding-top: 12px;
    vertical-align: middle;
    line-height: 15px;
    height: 30px;
}
.copyright p{ color:#333;}
.box-conatiner{padding-top:0px;  }
/***************************/
 

body,
html {
    
    font-family:GlacialIndifference-Regular;
}

 
.txt1 {
   font-family:GlacialIndifference-Regular;
    font-size: 15px;
    color: #999;
    line-height: 1.4
}

.txt2 {
    font-family:GlacialIndifference-Regular;
    font-size: 15px;
    color: #3aba84;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
}

.txt3 {
  font-family:GlacialIndifference-Regular;
    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;
    
}



.login100-form {
    width: 100%;
    position: relative
}

.login100-form-title {
    font-family:GlacialIndifference-Regular;
    font-size: 22px;
    letter-spacing: 3px;
    color: #BC6151;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    /* background-color: #4a5f1d; */
    padding-top: 15px;
    padding-bottom: 5px;
}

.wrap-input100 {
    width: 100%;
    background-color: #fff;
    border-radius: 27px;
    position: relative;
    z-index: 1
}

.input100 {
    font-family:GlacialIndifference-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #BC6151;
    border-radius: 30px;
    border: 1px solid #BC6151;
    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: 20px;
}

.p-l-55 {
    padding-left: 20px;
}

.p-t-178 {
    padding-top: 178px;
}
.p-t-55 {
    padding-top: 15px;
}
.m-b-16 {
    margin-bottom: 16px;
}

.p-t-20 {
    padding-top: 20px;
}

.txt1 {
   font-family:GlacialIndifference-Regular;
    font-size: 15px;
        color: #000 !important;
    line-height: 1.4;
}

.p-b-9 {
    padding-bottom: 9px;
}

.txt3 {
    font-family:GlacialIndifference-Regular;
    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:50px;
        background-color: #BC6151;
    border-radius: 30px;
    font-family:GlacialIndifference-Regular;
    font-size: 24px;
    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) {

	
    .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: 480px) {
		.box-conatiner{ width: 100% !important; height:auto !important; margin:0 !important;}
		.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%;}
	
}
.login100-form-btn:hover{background:#a70202; text-decoration: none;}
.container-login100-form-btn a{text-decoration:none;}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.title-c{font-size: 22px;
    color: #BC6151; font-family:AvenirLTStd-Black;}
.no-padding{padding:0;}	
.bottom-c{font-size: 18px;
letter-spacing: 5px; color: #BC6151;}