
.m-b-16{
margin-bottom:16px;
}


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

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
    border-color: #31879f !important;
}

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

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

label {
  display: block;
  margin: 0;
}

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

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



.mainContainerLogin100 {
  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;
  font-fmaily:"Helvetica, Arial, sans-serif";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
      border-radius: 25px;
}


.wrap-login100 {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}



.login100-form {
  width: 100%;
}

.login100-form-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #0f82a0;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;

  width: 100%;
  display: block;
}



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

.wrap-input100 {
  width: 100%;
  position: relative;
 border-bottom: 1px solid black;
}


/*---------------------------------------------*/
.input100 {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 18px;

  display: block;
  width: 100%;
  background: transparent;
  height: 62px;
  padding: 0 20px 0 38px;
  border-radius: 25px;
  background: #ffffff;
  padding: 20px;
}
/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #af2f2f;
  border-radius: 3px;
  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);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

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

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  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: 62px;
  background-color: #42abc7;
  border-radius: 3px;
  transition: all 0.4s;
  border-radius: 25px;
  background: #456aa2;
  padding: 20px;
  margin: 0px 20%;


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

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

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

.userImg {
    height: 40px;
    width: 40px;
    background: transparent;
}

.imgUser {
    width: 26px;
    height: 24px;
}

.usr_txt_cnt {
    position: absolute;
    top: 1px;
    left: 31px;
}

.positionRelative {
    position: relative;
}

.org_cnt {
    padding: 5px;
    margin-left: 28px;
}

.logOutBtnDivCnt {
    background: #1f88a8;
    position: relative;
    bottom: -5px;
    text-align: center;
}

.logBtn {
    color: #fff!important;
    width: 100%;
}

.topCornor {
    position: absolute;
    top: 10px;
    right: 123px;
}

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