@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto&display=swap');

body {
  font-family: 'Raleway', sans-serif;
}

.login_all {
  background: url(../images/bg_body.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.overlall_log_regi {
  width: 100%;
}

.left_flip {
  display: flex;
  width: 40%;
}

.rightt_flip {
  display: flex;
  width: 60%;
}

.overlall_log_regi {
  min-height: 500px;
  width: 82%;
  margin: 0 auto;
  margin-top: 12.5%;
  box-shadow: 0px 15px 45px #e2ccd5;
}

.left_flip {
  float: left;
  width: 45%;
  height: 500px;
  background: #fff;
}

.right_flip {
  width: 55%;
  min-height: 500px;
  background: #6492f1;
  float: left;
  background: url(../images/Rectangle.png)
}

.logo p {
  padding: 20px 80px;
  color: #fff;
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
  line-height: 28px;
}

.logo img {
  width: 50%;
}

.logo {
  text-align: center;
  margin: auto 0;
  margin-top: 30%;
}

.customer_support {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  margin-top: 22%;
  text-align: center;
  color: #fff;
  ;
}

.customer_support a {
  font-size: 17px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin-left: 5px;
}

.chick {
  width: inherit;
  margin: inherit !important;
  margin-left: -22px !important;
  color: #747373 !important;
  border: 1px solid #747373 !important;
}

.checkbox label,
.radio label {
  color: #747373;
  font-size: 12px;
}

.form {
  padding: 0 20px;
  width: 100%;
  border-radius: 4px;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.tab-group:after {
  content: "";
  display: table;
  clear: both;
}

.tab-group h3 a {
  display: block;
  text-decoration: none;
  padding: 15px;
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  /* transition: .5s ease; */
}

.tab-group h3 a:hover {
  color: #000;
}

.tab-group a.active {
  color: #000;
}

.tab-content>div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}

input,
textarea {
  font-size: 15px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  color: #747373;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}

input:focus,
textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}

.top-row>div {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.top-row>div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #1ab188;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}

.button:hover,
.button:focus {
  background: #179b77;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -30px;
  text-align: right;
}

.forgot a {
  color: #747373;
  z-index: 9999;
  font-size: 12px;
  ;
}

.remember {
  width: 50%;
}

.field-wrap label {
  color: #747373;
  font-weight: 300;
  margin-bottom: 0px;
}

a:hover {
  text-decoration: none;
}

.login_butoen input {
  background: #2ea0d3 !important;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 150px;
  border-color: #2ea0d3;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

.login_butoen {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}

#signup-tab-content .field-wrap {
  position: relative;
  margin-bottom: 15px !important;
}

.form-wrap .tab-content div[id$="tab-content"] {
  display: none;
}

.form-wrap .tab-content .active {
  display: block !important;
}

#signup-tab-content input[type="text"], #signup-tab-content input[type="email"], textarea {
  padding: 0px;
}

.first_ones {
  margin-top: -30px;
}

.btnes {
  margin-top: 20px;
  text-align: center;
}

a.active  {
  border-bottom: 2px solid #2ea0d3;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* .checkbox input[type="checkbox"]:checked + label::before{
	content: "\f14a";
	color: #2980b9;
	animation: effect 250ms ease-in;
} */


.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
  background-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: #428bca;
}

.top_bare {
  display: none;
}

/* .mob_logo{display: none; }
.mob_logo p{ display: none;} */
@media (min-width: 768px) and (max-width: 1024px) {
  .login_all {
    background: url(../images/mobile_bg.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .top_bare {
    display: block;
  }

  .overlall_log_regi {
    width: 80%;
    margin-bottom: 12.5%;
  }

  .right_flip {
    display: none;
  }

  .left_flip {
    width: 100%;
    height: inherit;
  }

  .tab-group h3 a {
    font-size: 16px;
  }

  .remember {
    width: 100%;
  }

  .forgot {
    margin-top: 21px;
    text-align: right;
  }

  .mob_logo {
    background: url(../images/Rectangle.png) no-repeat;
    display: block
  }

  .mob_logo img {
    padding: 15px 40px;
  }

  .mob_logo p {
    padding: 10px 10px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    font-size: 13px;
  }

  .mob_logo img {
    width: 100%;
  }

  .logo p {
    display: block;
  }

  .left_flip {
    display: inline;
  }

  .tab-group {
    margin: 0 0 50px 0;
  }

  .form {
    padding-top: 10px;
  }

  .btnes {
    margin-top: 36px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .login_all {
    background: url(../images/mobile_bg.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .top_bare {
    display: block;
  }

  .overlall_log_regi {
    width: 80%;
    margin-bottom: 12.5%;
    margin-top: 12.5%;
  }

  .right_flip {
    display: none;
  }

  .left_flip {
    width: 100%;
    height: inherit;
  }

  .tab-group h3 a {
    font-size: 16px;
  }

  .remember {
    width: 100%;
  }

  .forgot {
    margin-top: 21px;
    text-align: center;
  }

  .mob_logo {
    background: url(../images/Rectangle.png) no-repeat;
    display: block
  }

  .mob_logo img {
    padding: 15px 40px;
  }

  .mob_logo p {
    padding: 10px 10px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    font-size: 13px;
  }

  .mob_logo img {
    width: 100%;
  }

  .logo p {
    display: block;
  }

  .left_flip {
    display: inline;
  }

  .tab-group {
    margin: 0 0 50px 0;
  }

  .form {
    padding-top: 10px;
  }

  .left_flip {
    height: inherit;
  }

  .btnes {
    margin-top: 36px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .login_all {
    background: url(../images/mobile_bg.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .top_bare {
    display: block;
  }

  .overlall_log_regi {
    width: 100%;
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .right_flip {
    display: none;
  }

  .left_flip {
    width: 100%;
    height: inherit;
  }

  .tab-group h3 a {
    font-size: 16px;
  }

  .remember {
    width: 50%;
    float: left;
    margin: 0;
  }

  .forgot {
    margin-top: 21px;
    text-align: right;
  }

  .mob_logo {
    background: url(../images/mobile_top_bg.jpg) no-repeat;
    display: block;
    width: 100%;
    background-position: left;
  }

  .mob_logo img {
    padding: 15px 40px;
  }

  .mob_logo p {
    padding: 10px 10px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    font-size: 13px;
  }

  .mob_logo img {
    width: 100%;
  }

  .logo p {
    display: block;
  }

  .left_flip {
    display: inline;
  }

  .tab-group {
    margin: 0 0 50px 0;
  }

  .form {
    padding-top: 10px;
  }

  .btnes {
    margin-top: 50px;
  }
}