/*//////////////////////////////////////////////////////////////////[ FONT ]*/
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light.woff2') format('woff2'),
         url('../fonts/opensans-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold.woff2') format('woff2'),
         url('../fonts/opensans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*//////////////////////////////////////////////////////////////////[ RESTYLE TAG ]*/
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'open_sansregular';
	overflow-x:hidden;
	padding: 0;
    margin: 0;	
	transition: all 0.3s;
	font-size:14px;
	color:#58595b;
	
	
}
a:hover{text-decoration:none;}
.regularfont{font-family: 'open_sansregular';}
.boldfont{font-family: 'open_sansbold';}
.wrap {height: 100%;transition: all 0.3s;width:100%}
.wrap-main{padding-bottom:130px;width:100%}
.mt-100{margin-top:100px;}
.mb-100{margin-bottom:100px;}
.mt-50{margin-top:50px}
.pt-50{padding-top:50px;}
.pt-100{padding-top:100px;}
.pb-100{padding-bottom:100px;}
.pb-130{padding-bottom:130px;}
.mb-60{margin-bottom:60px;}
.font-22{font-size:22px;}
.btn-custom{border-radius:0px;background:#e121b1;color:#fff;text-transform:uppercase;padding:15px 20px;}
.btn-custom:hover{color:#fff;}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
img:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.brn:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
input:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
/* login /////////////////////////////////////////////////////*/
ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	
}

textarea {
  outline: none;
 
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ header ]*/

.logo-sec{position:fixed;right:3%;top:5%}
.logo-sec img{max-width:100%}
.login100-form-title img{max-width:100%}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
  height: 100%;
 
}

.container-login100 {
  width: 100%;  
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  padding: 0;
  background: #f2f2f2;
}

.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ login more ]*/
.login100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  
    display: flex;
    align-items: center;
	color: #fff;
}
.login100-more h1{font-size:30px;margin:0 0 10px;font-family: 'open_sanslight';}
.login100-more h2{font-size:30px;margin:0 0 10px}
.login100-more h6{font-size:14px;margin:0 0 30px}
.media-body h5{font-size:16px;margin:0 0 5px}
.media-img{margin-right:40px}
.media-body p{font-size:14px}
.login-max{max-width:500px;margin:auto}
.m-display h1, .m-display h2{display:none}
.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}



/*==================================================================
[ Form ]*/

.login100-form {
  width: 50%;
  display: -webkit-box;
    /* display: -webkit-flex; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding: 7% 10%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login100-form-title {  
  margin:0 0 90px;
  color: #555555;
  line-height: 1.2;  
  text-align: center;

  width: 100%;
  display: block;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
 
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 100%;
}
.rs1-wrap-input100{margin-bottom:15px}
.rs2-wrap-input100 {
  border-left: none;
  margin-bottom: 50px;
}


.input100 {
  display: block;
  width: 100%;
  background: transparent;
  
  font-size: 19px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;
  border-radius:6px;
  border:2px solid #969696 !important;
}

input.input100 {
  height: 50px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 2px solid #007c9d;
  border-radius:6px;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.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;
  border-radius: 5px;
  background: #00789b;

  font-size: 19px;
  color: #fff;
  line-height: 1.2;
 
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}


/*------------------------------------------------------------------
[ footer ]*/
.footer{position:fixed;bottom:3%;right:3%;color:#060606;font-size:16px}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;	
  }
.media-body h5 {
    font-size: 14px;    
}
.media-img {
    margin-right: 20px;
}
.media-img img{width: 40px;}
  .login100-more {
    width: 100%;
	padding: 180px 20px;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}





@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


@media (min-width:1599px) {

}

@media only screen and (max-width: 990px){
  
}
@media only screen and (max-width: 767px){
	
	
	.limiter {
  
  overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch !important;
}

.container-login100 {

overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch !important;

}

.wrap-login100 {

overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch !important;
}
	
	
	body, html {
    height: 100%;
    font-family: 'open_sansregular';
	overflow-x:hidden;
	padding: 0;
    margin: 0;	
	transition: all 0.3s;
	font-size:14px;
	color:#58595b;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch !important;
	
}
	
	
	.login100-form-title img {
    max-width: 30%;
    position: fixed;
    left: 15px;
    top: 10px;
}
   .logo-sec {
    position: fixed;
    right: 15px;
    top: 10px;
}

.login100-more h1{display:none}
.login100-more h2{display:none}
.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #060606;
    font-size: 14px;
    width: 100%;
    background: #ffff;
    z-index: 99;
    padding: 8px;
}
.header {
    display: block;
    position: fixed;
    background: #ffffff;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 58px;
	left:0;
}
.m-display{width: 100%;
    text-align: center;
    margin: 50px 0 30px;}
.m-display h1{display:block;font-size:20px;color:#060606;margin:0 0 10px}
.m-display h2{display:block;font-size:18px;color:#00789b}
.rs2-wrap-input100 {    
    margin-bottom: 40px;
}
}
