



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Trebuchet MS;
  src: url('../fonts/source-sans-pro/Trebuchet MS.ttf'); 
}

@font-face {
  font-family: Trebuchet MS;
  src: url('../fonts/source-sans-pro/Trebuchet MS.ttf'); 
}

@font-face {
  font-family: Trebuchet MS;
  src: url('../fonts/source-sans-pro/Trebuchet MS.ttf'); 
}

@font-face {
  font-family: JosefinSans-Bold;
  src: url('../fonts/JosefinSans/JosefinSans-Bold.ttf'); 
}

.viewRequestH1 {
  font-weight: bold;
  font-size: normal;
  display: inline-block;
  font-family: Trebuchet MS;
  padding: 7px;
  color: #32A8FD;
}
.viewRequestText {
  display: inline-block;
  font-family: Trebuchet MS;
  color: rgb(129, 129, 129);
  font-size: normal;
  font-weight:normal;
}
.requestTextGreen {
  color: #32A8FD;
  font-size: 1em;
}
.requestTextGray {
  color: #c5c5c5;
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Trebuchet MS;
  background-color: #2C2C2C;
}

/*---------------------------------------------*/
a {
	font-family: Trebuchet MS;
	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;
  text-decoration: none;
}

a:focus {
	outline: none !important;
  color: #adbe14 !important;
}

a:hover {
  color: #32A8FD;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

hr {
  border: 1px dotted rgb(221, 221, 221);
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: rgb(196, 81, 81);}
input:-moz-placeholder { color: #666;}
input::-moz-placeholder { color: #666;}
input:-ms-input-placeholder { color: #666;}

textarea::-webkit-input-placeholder { color: #666;}
textarea:-moz-placeholder { color: #666;}
textarea::-moz-placeholder { color: #666;}
textarea:-ms-input-placeholder { color: #666;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Trebuchet MS;
  font-size: 16px;
  line-height: 1.4;
  color: #ab8de4;
}

.txt2 {
  font-family: Trebuchet MS;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
}

.hov1:hover {
  color: #666;
  text-decoration: underline;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.container-login1 {
  width: 100%;  
  min-height: 80%;
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-login1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.01);
  pointer-events: none;
}

.container-login2 {
  width: 100%;  
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-login2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.01);
  pointer-events: none;
}


.wrap-login1 {
  width: 390px;
  background: #292929;
  border-radius: 8px;
  overflow: hidden;

}
.wrap-login2 {
  width: 390px;
  background: rgba(255,255,255,0.85);
  border-radius: 8px;
  overflow: hidden;
  width: 40% !important;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.17);
}
.wrap-create {
  width: 500px;
  background: #292929;
  border-radius: 8px;
  overflow: hidden;
  color: #6b6b6b;
}


/*==================================================================
[ Form ]*/

.login1-form {
  width: 100%;
}

.login1-form-title {
  display: block;
  font-family: Trebuchet MS;
  font-size: 30px;
  color: #666;
  line-height: 1.2;
  text-align: center;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input1 {
  width: 100%;
  position: relative;
}

.wrap-general {
  width: 100%;
  position: relative;
}

.wrap-error {
  width: 100%;
  position: relative;
  background: none;
  border-radius: 10px;
  color: #b95656;
}
.wrap-pass {
  width: 100%;
  position: relative;
  background: none;
  border-radius: 10px;
  color: rgb(94, 141, 94);
}

.input1 {
  font-family: Trebuchet MS;
  font-size: 16px;
  background-color: #2e2e2e !important;
  color: #2A8FD7;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 62px;
  padding: 0 20px 0 23px;
}
.input1:focus {
  background-color: #3a3a3a !important;
}
.input1::placeholder {
  color: rgb(168, 168, 168) !important;
}
.input1-grey {
  font-family: Trebuchet MS;
  font-size: 16px;
  color: #aeaeae;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 62px;
  background: transparent;
  padding: 0 20px 0 23px;
}

.checkmark {
  position: relative;
  height: 15px;
  width: 15px;
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.checkmark-text {
	width: 350px;
	margin-left: 10px;
  position: relative;
  display: inline-block;
  float: left;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input1 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 10px;


  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.general-input-min {
	font-family: Trebuchet MS;
	background-color: #ffffff;
	color: #6b6b6b;
	border: 0px;
	outline: none;
	font-size: 16px;
	box-sizing: border-box;
	transition: 0.35s;
	border-radius: 3px;

	border-bottom: solid 2px #fff;
}
.general-input-min:focus {
	font-family: Trebuchet MS;
	background-color: #ffffff;
	border-bottom: solid 2px #8dc02e;
	outline: none;
	box-sizing: border-box;
	transition: 0.20s;
	border-radius: 3px;

}
.general-input {
	font-family: Trebuchet MS;
	background-color: #ffffff;
	color: #6b6b6b;
	border: 0px;
	outline: none;
	display: block;
	padding: 11px 11px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	transition: 0.35s;
	border-radius: 3px;
	border-bottom: solid 2px #fff;
	margin-top: 6px;
}
.general-input:focus {
	font-family: Trebuchet MS;
	background-color: #ffffff;
	border-bottom: solid 2px #8dc02e;
	outline: none;
	display: block;
	box-sizing: border-box;
	width: 100%;
	transition: 0.20s;
	border-radius: 3px;
}
.general-input-strong {
	font-family: Trebuchet MS;
	background-color: #ffffff;
	color: #6b6b6b;
	border: 0px;
	outline: none;
	display: block;
	padding: 11px 11px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	transition: 0.35s;
	border-radius: 3px;
	border-bottom: solid 2px #fff;
	margin-top: 6px;
}
.general-input-strong:focus {
	font-family: Trebuchet MS;
	background-color: #ffffff;
	outline: solid 1px #8dc02e;
	display: block;
	box-sizing: border-box;
	width: 100%;
	transition: 0.20s;
	border-radius: 3px;
}
.disabled-input {
	font-family: Trebuchet MS;
	background-color: #ffffff;
	color: #aeaeae;
	border: 0px;
	outline: none;
	display: block;
	padding: 11px 11px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	transition: 0.35s;
	border-radius: 3px;
	margin-top: 6px;
}
.general-input-label {
	font-size: 12px;
	color: #9e9e9e;
	font-family: Trebuchet MS;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login1-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 30px;
}

.login1-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;
  min-width: 160px;
  height: 50px;
  background-color: #616161;
  border-radius: 5px;

  font-family: Trebuchet MS;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(56, 56, 56, 0.3);
  -moz-box-shadow: 0 10px 30px 0px rgba(56, 56, 56, 0.3);
  -webkit-box-shadow: 0 10px 30px 0px rgba(56, 56, 56, 0.3);
  -o-box-shadow: 0 10px 30px 0px rgba(56, 56, 56, 0.3);
  -ms-box-shadow: 0 10px 30px 0px rgba(56, 56, 56, 0.3);
}

.login1-form-btn:hover {
  background-color: #32A8FD;
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate .focus-input1 {
  box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 30px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 62px;
  background-color: #fff;
  border-radius: 20px;
  top: 0px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;
  font-family: Trebuchet MS;
  font-size: 16px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 15px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 62px;
  top: 0px;
  right: 23px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f269";
  font-family: Material-Design-Iconic-Font;
  font-size: 15px;
  color: #57b846;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 62px;
  top: 0px;
  right: 23px;
}



/*//////////////////////////////////////////////////////////////////
[ Social item ]*/

.login1-social-item {
  font-size: 25px;
  color: #3b5998;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.login1-social-item img {
  width: 26px;
}

.login1-social-item:hover {
  color: #3b5998;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 480px) {
  .wrap-login1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}