



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Prompt-Thin;
  src: url('../fonts/Prompt/Prompt-Light.ttf'); 
}

@font-face {
  font-family: Prompt-Medium;
  src: url('../fonts/Prompt/Prompt-Medium.ttf'); 
}

@font-face {
  font-family: Prompt-Regular;
  src: url('../fonts/Prompt/Prompt-Regular.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Prompt-Thin, sans-serif;
  background-color: #046A38;
}

/*---------------------------------------------*/
a {
	font-family: Prompt-Thin;
	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;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Prompt-Thin;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #101820;}
input:-moz-placeholder { color: #101820;}
input::-moz-placeholder { color: #101820;}
input:-ms-input-placeholder { color: #101820;}

textarea::-webkit-input-placeholder { color: #101820;}
textarea:-moz-placeholder { color: #101820;}
textarea::-moz-placeholder { color: #101820;}
textarea:-ms-input-placeholder { color: #101820;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Prompt-Thin;
  font-size: 16px;
  line-height: 1.4;
  color: #999999;
}

.txt2 {
  font-family: Prompt-Thin;
  font-size: 16px;
  line-height: 1.4;
  color: #046A38;
}

.hov1:hover {
  color: #046A38;
  text-decoration: underline;
}

.text-check-imei{
   font-family: Prompt-Thin;
  font-size: 16px;
  line-height: 1.4;
  color: #046A38;
}
/*//////////////////////////////////////////////////////////////////
[ Register ]*/

.container-oppo {
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-oppo .container-oppo-head{
  width: 100%;  
  min-height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.container-oppo::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(46, 200, 78, 1.0);
  background: -webkit-linear-gradient(right bottom, #00c062d9, #00af5adb, rgb(0 159 82 / 50%), rgb(37 167 103 / 70%), rgb(2 127 66 / 70%), rgb(1 124 62 / 80%), rgb(1 122 57 / 80%), rgb(0 119 53 / 90%), rgb(0 129 50 / 80%), rgb(0 139 44 / 80%), rgb(0 148 37 / 80%), rgb(7 158 26 / 90%));
  background: -moz-linear-gradient(right bottom, #00c062d9, #00af5adb, rgb(0 159 82 / 50%), rgb(37 167 103 / 70%), rgb(2 127 66 / 70%), rgb(1 124 62 / 80%), rgb(1 122 57 / 80%), rgb(0 119 53 / 90%), rgb(0 129 50 / 80%), rgb(0 139 44 / 80%), rgb(0 148 37 / 80%), rgb(7 158 26 / 90%));
  background: linear-gradient(to right bottom, #00c062d9, #00af5adb, rgb(0 159 82 / 50%), rgb(37 167 103 / 70%), rgb(2 127 66 / 70%), rgb(1 124 62 / 80%), rgb(1 122 57 / 80%), rgb(0 119 53 / 90%), rgb(0 129 50 / 80%), rgb(0 139 44 / 80%), rgb(0 148 37 / 80%), rgb(7 158 26 / 90%));

  pointer-events: none;
}
.wrap-oppo-form{
width: 550px;
    min-height: 90vh;}
.wrap-oppo {
  
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.wrap-oppo-head {
 
  /*background: #fff;*/

  overflow: hidden;

}
/*==================================================================
[ Form ]*/

.oppo-form {
  width: 100%;
}

.oppo-form-title {
  display: block;
  font-family: Prompt-Medium;
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-bs {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}

.input-bs {
  font-family: Prompt-Regular;
  font-size: 16px;
  color: #101820;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 62px;
  background: transparent;
  padding: 0 20px 0 23px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input-bs {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 20px;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input-bs:focus + .focus-input-bs {
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------

[ Disable Input ]*/



.input-bs:disabled + .focus-input-bs {
  background: #cccccc73
}

/*------------------------------------------------------------------
[ Button ]*/
.container-oppo-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.oppo-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: #1A8E2D;
  border-radius: 25px;

  font-family: Prompt-Regular;
  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(4, 106, 60, 1.0);
  -moz-box-shadow: 0 10px 30px 0px rgba(4, 106, 60, 1.0);
  -webkit-box-shadow: 0 10px 30px 0px rgba(4, 106, 60, 1.0);
  -o-box-shadow: 0 10px 30px 0px rgba(4, 106, 60, 1.0);
  -ms-box-shadow: 0 10px 30px 0px rgba(4, 106, 60, 1.0);
}

.oppo-form-btn:hover {
  background-color: #046A3B;
  box-shadow: 0 10px 30px 0px rgba(46, 200, 78, 1.0);
  -moz-box-shadow: 0 10px 30px 0px rgba(46, 200, 78, 1.0);
  -webkit-box-shadow: 0 10px 30px 0px rgba(46, 200, 78, 1.0);
  -o-box-shadow: 0 10px 30px 0px rgba(46, 200, 78, 1.0);
  -ms-box-shadow: 0 10px 30px 0px rgba(46, 200, 78, 1.0);
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input-bs {
  position: relative;
}
.validate-input {
  position: relative;
}
.alert-validate .focus-input-bs {
  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: Prompt-Medium;
  font-size: 16px;
  color: #fa4251;
  line-height: 1.2;
      z-index: -1;
}

.btn-hide-validate {
  font-family: FontAwesome;
  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: "\f058";
  font-family: FontAwesome;
  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 ]*/

.oppo-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);
}

.oppo-social-item img {
  width: 26px;
}

.oppo-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: 576px) {
  .wrap-oppo {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
    }
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 
  -webkit-text-fill-color: #101820;
  /*-webkit-box-shadow: 0 0 0px 1000px #000 inset;*/
  transition: background-color 5000s ease-in-out 0s;
}


.clear{
  clear: both;
}

footer {
   position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
   z-index: 1;
}