/*[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
}
.clear
{
    clear:both;
}
body, html {
	height: auto;
	font-family: Poppins-Regular, sans-serif;
	background: rgba(211, 233, 196, 0.64);
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #000;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family:Verdana;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
.text-center {text-align: center;}
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, .select_box:focus{
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color:Orange;}
input:-moz-placeholder { color:Orange;}
input::-moz-placeholder { color:Orange;}
input:-ms-input-placeholder { color:Orange;}

textarea::-webkit-input-placeholder { color:Orange;}
textarea:-moz-placeholder { color:Orange;}
textarea::-moz-placeholder { color:Orange;}
textarea:-ms-input-placeholder { color:Orange;}

label {
  margin: 0;
  display: block;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #898686;
  line-height: 1.5;
}
.txt2 {
  float:left;
  font-family: Verdana;
  font-size: 12px;
  color: #898686;
  font-weight: bold;
}

.sign_up
{
    font-family: Verdana;
    float: right;
    font-weight: bold;
    color:#2F2FFF;
    font-size: 12px;
}
.sign_up:hover
{
    color:#f00;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1; 
  padding:0; 
}


.support
{
    margin-top: 10px;
    line-height: 17px;
    font-size: 12px;
    text-align: justify;
    color: #000;
    font-family:Verdana;
}
.wrap-login100 {
  width: 400px;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow:0 0 150px #e5c9b5 inset;
  -webkit-box-shadow:0 0 150px #e5c9b5 inset;
    -moz-box-shadow:0 0 150px #e5c9b5 inset;
    -ms-box-shadow:0 0 150px #e5c9b5 inset;
    -o-box-shadow:0 0 150px #e5c9b5 inset;
}

.innerwrap_login{
	padding:25px 45px;
}

/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-logo {
  font-size: 60px; 
  color: #333333;
  display:block;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 70px;
  border-radius: 2%;
  margin: 8px auto;
}

.login100-form-title {
    background:#4b4949;
    font-family:Verdana;
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
 

    display: block;
}

/*------------------------------------------------------------------
[ Input ]*/
.header, .data{
	padding:12px 0;
}
.form_container_login{
	background:#fff;
	width:400px;
	padding:8px;
	box-shadow:0 0 10px #817c7c;
	-webkit-box-shadow:0 0 10px #817c7c;
	-moz-box-shadow:0 0 10px #817c7c;
	-ms-box-shadow:0 0 10px #817c7c;
	-o-box-shadow:0 0 10px #817c7c;
	margin:auto;
}

.form_container{
	background:#fff;
	padding:8px;
	box-shadow:0 0 10px #817c7c;
	-webkit-box-shadow:0 0 10px #817c7c;
	-moz-box-shadow:0 0 10px #817c7c;
	-ms-box-shadow:0 0 10px #817c7c;
	-o-box-shadow:0 0 10px #817c7c;
	margin:auto;
}
.login_for p
{
  color:#F27900;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom:2px solid rgba(40, 39, 39, 0.24);
  margin:25px 0;
}
.login_for
{
    margin:0 0 10px 0;
}
.select_box
{
    width:100%;
    height:25px;
    border:1px solid #d0cdcd;
    font-size: 12px;
}

.input100 {
  font-family: Poppins-Regular;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    display: block;
    width: 98%;
    padding:0 1%;
    height: 25px;
    border:1px solid #d0cdcd;
}

/*---------------------------------------------*/ 




/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 35px;
}

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #000;
  line-height: 1.2;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #000;
  left: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #fff;
}


/*------------------------------------------------------------------
[ Button ]*/
.submit-btn {
  width: 100%;
}


.login100-btn {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #ffffff;
  
  padding: 0 20px;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  background: #f6893a;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-btn:hover {
  color: #fff;
  box-shadow:0 0 3px #fff;
  cursor:pointer;
  background:#e16308;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width:479px)  /* small screen phones */
{
.wrap-login100
{
    width:100%;
} 
.login100-form-logo
{
    height:80px;
    width:150px;
} 
.form_container_login{
	width:90%;
}  
.login100-form-title
{
    font-size:12px;
}
.innerwrap_login
{
    padding:10px 15px;
}
.input100
{
    height:30px;
    font-size:14px;
}
.wrap-input100
{
    margin:10px 0 23px 0;
}
.login100-btn
{
    height:30px;
    font-size:14px;
}
.text2, .sign_up
{
    float:none;
}
.sign_up
{
    margin-top:10px;
}
}
