﻿/*
Template Name: Directory
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************register****************/
#register{
padding-top:40px;
padding-bottom:40px; 
}
.register_1li h4{
margin-top:15px;
}
.register_1li1l{
margin-top:10px;  
}
.register_1li1l .form-control{
margin-top:10px;
border-radius:0;
font-size:16px;
height:40px;
}
.register_1li1l .button_1{
float:left;
margin-right:10px; 
}
.register_1li1l .tick_box{
display:inline-block;
margin-top:20px;  
}
.check{
vertical-align:text-top;
}
.register_1li1l h6{
clear:left;
margin-top:30px;  
}

.register_1li2{
margin-top:10px;  
}
.register_1li2 p span{
margin-left:10px;
}
.term{
margin-top:15px;
line-height:1.6em;
}
.login_page{
margin-top:15px;
}
.c_text{
color:#488FCC;
}
/*********************register_end****************/

/* ── Auth: Google OAuth button ── */
.btn-oauth {
  display: block;
  width: 100%;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 10px;
  transition: opacity 0.2s;
}
.btn-oauth:hover { opacity: 0.88; }

.btn-google {
  background: #fff;
  color: #444;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.btn-google .fa {
  color: #dd4b39;
  margin-right: 8px;
  font-size: 16px;
}

/* ── OR divider ── */
.auth-divider {
  text-align: center;
  margin: 20px 0 10px;
  position: relative;
}
.auth-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
}
.auth-divider span {
  position: relative;
  background: #fff;
  padding: 0 12px;
  color: #999;
  font-size: 13px;
}

/* ── Alert messages ── */
.auth-alert {
  padding: 12px 16px;
  border-radius: 3px;
  margin: 10px 0 5px;
  font-size: 14px;
  line-height: 1.5;
}
.auth-alert-success { background: #dff0d8; color: #3c763d; border: 1px solid #c3e6cb; }
.auth-alert-danger  { background: #f2dede; color: #a94442; border: 1px solid #f5c6cb; }
.auth-alert-warning { background: #fcf8e3; color: #8a6d3b; border: 1px solid #faebcc; }
.auth-alert-info    { background: #d9edf7; color: #31708f; border: 1px solid #bee5eb; }

/* ── Show/hide password toggle ── */
.password-wrap {
  position: relative;
}
.password-wrap .form-control {
  padding-right: 40px;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 15px;
}
.toggle-password:hover { color: #488FCC; }

/* ── Password strength bar ── */
.password-strength {
  height: 4px;
  background: #eee;
  border-radius: 2px;
  margin-top: 6px;
  overflow: hidden;
}
.strength-bar {
  height: 100%;
  width: 0;
  transition: width 0.3s, background 0.3s;
  border-radius: 2px;
}
.strength-label {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}

/* ── button_1 as a real button (not an anchor) ── */
button.button_1 {
  display: inline-block;
  background: #488FCC;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 12px;
  letter-spacing: 0.5px;
  transition: opacity 0.2s;
}
button.button_1:hover { opacity: 0.88; }
button.button_1:disabled { cursor: not-allowed; }


@media screen and (max-width : 767px){
#register{
text-align:center;
  }
.register_1r {
margin-top:15px; 
 }
}

@media (min-width:768px) and (max-width:991px) {

 }
@media (min-width:992px) and (max-width:1200px) {

  }
@media (min-width:1201px) and (max-width:1270px) {

 }
