/*
* ============================
*     ClicheCode Template
* ============================
* Auther : Saran
* https://www.clichecode.com
*
*/

.reset-bg .register-form-section {
  background-color: #000000;
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center;
}

.reset-bg .register-form-section ::-moz-placeholder {
  color: #fff;
}

.reset-bg .register-form-section ::placeholder {
  color: #fff;
}

.reset-bg .register-form-section :-ms-input-placeholder {
  color: #fff;
}

.reset-bg .register-form-section ::-ms-input-placeholder {
  color: #fff;
}

.reset-bg .register-form-section .register-cn {
  margin: auto;
  width: 550px;
  max-width: 100%;
  padding: 60px 70px;
}

.reset-bg .register-form-section .register-cn .card {
  border: none;
  background-color: transparent;
  color: #fff;
}

.reset-bg .register-form-section .register-cn .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

.reset-bg .register-form-section .register-cn .card .card-header h1 {
  font-size: 28px;
  padding-bottom: 12px;
}

.reset-bg .register-form-section .register-cn .card .card-header h2 {
  font-size: 18px;
}

.reset-bg .register-form-section .register-cn .card .card-body {
  padding: 0;
}

.reset-bg .register-form-section .register-cn a {
  border-bottom: 1px solid #fff;
  float: right;
}

.reset-bg .register-form-section .register-cn .register-btn {
  background: #F3B42F;
  border: none;
  height: 35px;
  width: 100%;
  margin-top: 10px;
  font-family: Gilroy-Bold;
}

.reset-bg .register-form-section .register-cn .register-btn:hover {
  background: #d79a18;
}

.reset-bg .register-form-section .register-cn .form-group {
  margin-bottom: 0;
}

.reset-bg .register-form-section .register-cn .form-group input {
  box-shadow: none;
  height: 55px;
  padding-bottom: 0;
}

.reset-bg .register-form-section .register-cn .form-group #submit {
  background: #f3b42f;
}

.reset-bg .register-form-section .register-cn .form-group #submit:hover {
  background: #cf9a28;
}

.reset-bg .register-form-section .register-cn .gs-contr h2 {
  width: 35px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  height: 35px;
  padding-top: 9px;
  font-size: 14px;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 35px;
}

.reset-bg .register-form-section .register-cn .gs-contr .text-right {
  width: 100%;
}

.reset-bg .register-form-section .register-cn .gs-contr .text-right input {
  width: 100%;
}

.reset-bg .register-form-section .register-cn .right-line {
  position: absolute;
  width: 1px;
  height: 200px;
  background: #fff;
  right: 0;
  top: 100px;
}

.reset-bg .register-form-section .register-cn input[type=file] {
  display: none;
}

.reset-bg .register-form-section .register-cn .custom-file-upload {
  display: inline-block;
  padding: 6px 25px;
  cursor: pointer;
  position: initial;
  pointer-events: auto;
  background: #f3b42f;
  color: #ffff;
  border-radius: 20px;
}

.reset-bg .register-form-section .register-cn form hr.sep {
  background: #2196F3;
  box-shadow: none;
  border: none;
  height: 2px;
  width: 25%;
  margin: 0px auto 45px auto;
}

.reset-bg .register-form-section .register-cn .group {
  position: relative;
  margin: 10px 0;
}

.reset-bg .register-form-section .register-cn textarea {
  resize: none;
}

.reset-bg .register-form-section .register-cn input,
.reset-bg .register-form-section .register-cn textarea {
  background: none;
  color: #8C878A;
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}

.reset-bg .register-form-section .register-cn input:focus,
.reset-bg .register-form-section .register-cn textarea:focus {
  outline: none;
}

.reset-bg .register-form-section .register-cn input:focus ~ label,
.reset-bg .register-form-section .register-cn input:valid ~ label,
.reset-bg .register-form-section .register-cn textarea:focus ~ label,
.reset-bg .register-form-section .register-cn textarea:valid ~ label {
  top: -8px;
  font-size: 14px;
  color: #2F2F2F;
}

.reset-bg .register-form-section .register-cn input:focus ~ .bar:before,
.reset-bg .register-form-section .register-cn textarea:focus ~ .bar:before {
  width: 100%;
}

.reset-bg .register-form-section .register-cn input[type=password] {
  letter-spacing: 0.3em;
}

.reset-bg .register-form-section .register-cn label {
  color: #2F2F2F;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 300ms ease all;
}

.reset-bg .register-form-section .register-cn .bar {
  position: relative;
  display: block;
  width: 100%;
}

.reset-bg .register-form-section .register-cn .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #2196F3;
  transition: 300ms ease all;
  left: 0%;
}

.reset-bg .register-form-section .register2 {
  float: left;
  padding-right: 0;
  padding-left: 80px;
}

.reset-bg .register-form-section i {
  text-align: center;
  background: #5B87E6;
  color: #fff;
  width: 30px;
  height: 30px;
  padding-top: 8px;
}

.reset-bg .register-form-section i.fab.fa-google-plus-g {
  background: #F9452F;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .reset-bg .register-form-section .register-cn {
    padding: 10px 20px;
  }
}

