/*CUSTOM CHECKBOX BUTTON START HERE*/

/* The my-check */
.my-check {
  /*display: block;*/
  position: relative;
  padding-left: 28px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default my-checkbox */
.my-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom my-checkbox */
.my-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #af9037;
}

/* On mouse-over, add a grey background color */
.my-check:hover input ~ .my-checkmark {
  background-color: #fff;
  border: 1px solid #af9037;
}

/* When the my-checkbox is checked, add a blue background */
.my-check input:checked ~ .my-checkmark {
  background-color: #af9037;
  border: 1px solid #af9037;
}

/* Create the my-checkmark/indicator (hidden when not checked) */
.my-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the my-checkmark when checked */
.my-check input:checked ~ .my-checkmark:after {
  display: block;
}

/* Style the my-checkmark/indicator */
.my-check .my-checkmark:after {
  left: 8px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*CUSTOM CHECKBOX BUTTON END HERE*/

.signupform{
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/why-sec-bg.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.signupform h1{margin: 0;}
.agile_info {
  margin-top: 40px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;           /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.my-login-form {
    padding: 0px;
    flex-basis: 50%;
  -webkit-flex-basis: 50%;
  background:#000;
}

.left-box {
    padding: 6em 4em;
}

.login-form {
    flex-basis: 50%;
  -webkit-flex-basis: 50%;
    box-sizing: border-box;
  padding: 3em 4em;
  background: #0099cc;
}
.login-form h2 {
  display: inline-block;
    font-size: 26px;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: 2px;  
}

.login-form p {
    padding-bottom: 30px;
    text-align: center;
}

.social-login{
  margin-top: 30px;
  margin-bottom: 10px;
}
.social-login ul{margin: 0;list-style: none;padding: 0;}
.social-login ul li{display: inline-block;margin: 4px;}
.social-login ul li a{border-radius: 3px;padding: 12px 40px;font-size: 14px;text-align: center;}
.social-login ul li i{margin-right: 25px;}
.facebook{color: #fff;background: #3b57a1;}
.facebook:hover{color: #fff;background: #2e50ad;}
.google{color: #ed432f;background: #fff;}
.google:hover{color: #ed432f;background: #ccc;}

input[type="button"], input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.clear{
  clear:both;
}

input[type="text"] {
    font-size: 15px;
    color:#333;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 12px 10px 12px 10px;
    width:90%!important;
    display:inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}
input[type="email"] {
    font-size: 15px;
    color:#333;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    padding: 12px 10px 12px 10px;
    width:90%!important;
    display:inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}
input[type="Password"] {
  font-size: 15px;
  color:#000;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 12px 10px 12px 10px;
  width:90%!important;
  display:inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}
input[type="phone"] {
    font-size: 15px;
    color:#000;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 12px 10px 12px 10px;
    width:90%!important;
    display:inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}
input[type="file"] {
    font-size: 15px;
    color:#000;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    /*padding: 12px 10px 12px 10px;*/
        padding-bottom: 15px;
    width:90%!important;
    display:inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}
textarea{
      font-size: 15px;
    color: #000;
    font-weight: 500;
 /*   text-align: left;*/
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 12px 10px 12px 10px!important;
    width: 90%!important;
    display: inline-block;
    box-sizing: border-box;
   /* border: none !important;*/
    outline: none;
    background: transparent !important;
}
.input-group {
    margin-bottom: 25px;
  padding: 0px 10px;
  /*border-bottom: 1px solid rgba(0,0,0,0.25);*/
  border-bottom:1px solid #333;
  width: 100%;
}
.input-group select{
    border: none;
    background: transparent;
    box-shadow: none;
}
.label2{margin-top: 15px;padding-left: 0; }
.select{
  width: 60%!important;
  display: inline;
  float: right!important;
  padding: 0!important;
  margin-top: 10px!important;
}
.btn-block {
    display: block;
    width: 50%;
    margin: 0 auto;
}
.btn:active {
    outline: none;
}
.btn-danger {
    color: #fff;
    background-color: #000;
    margin-top: 15px;
  outline:none;
    padding:12px 12px;
  cursor:pointer;
  letter-spacing: 2px;
  font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  border: none;
    text-transform: uppercase;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}


.btn-danger:hover{
  background-color:#000;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.login-form h4 {
    display: inline-block;
    font-size: 15px;
  padding: 8px 0px;
    color: #444;
    text-transform: capitalize;
}
/*::-webkit-input-placeholder {
  color:rgba(0,0,0,0.25) !important;
}
::-moz-placeholder { 
  color:rgba(0,0,0,0.25) !important;
}
::-moz-placeholder { 
  color:rgba(0,0,0,0.25) !important;
}
::-ms-input-placeholder {  
  color:rgba(0,0,0,0.25) !important;
}
*/
::-webkit-input-placeholder {
  color:#fff !important;
}
::-moz-placeholder { /* Firefox 18- */
  color:#fff !important;
}
::-moz-placeholder {  /* Firefox 19+ */
  color:#fff !important;
}
::-ms-input-placeholder {  
  color:#fff !important;
}




h1 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0px;
    letter-spacing: 3px;
  font-weight:600;
}

p.account, p.account a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #000;
}
p.account a:hover {
    color: #fff;
}
.form-container {
    width: 60%;
    margin: 0 auto;
}
.input-group i.fa {
   font-size: 16px;
    vertical-align: middle;
    color:#a4ce3a;
  box-sizing:border-box;
  float:left;
  width:6%;
    margin-top: 13px;
    text-align: left;
}
h5 {
    text-align: center;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
      color: #000;
}

/** Responsive **/
@media screen and (max-width: 1440px){
  .form-container {width: 70%;margin: 0 auto;}
}
@media screen and (max-width: 1280px){
  .form-container {width: 75%;}
}
@media screen and (max-width: 1080px){
  .form-container {width: 80%;}
  .left-box {padding: 7em 3em;}
  .login-form {padding: 3em 3em;}
  .left-box h4 {font-size: 1.1em;}
  .social-login ul li a {padding: 12px 30px;}
}
@media screen and (max-width: 1024px){
  .left-box h3 {font-size: 2em;}
  .form-container {width: 84%;}
  .social-login ul li a {padding: 10px 20px;}
}
@media screen and (max-width: 991px){
  .login-form h2 {font-size: 24px;}
  p {font-size: 13px;}
  h1 {font-size: 40px;letter-spacing: 2px;}
  .social-login ul li a {padding: 8px 16px;}
  .social-login ul li i{margin-right: 10px;}
}
@media screen and (max-width: 900px){
  .form-container {width: 90%;}
  .left-box h4 {font-size: 1em;}
  .login-form {padding: 3em 2.5em;}
}
@media screen and (max-width: 800px){
  .form-container {width: 95%;}
  input[type="text"],input[type="email"],input[type="password"] {font-size: 14px;}
  .login-form h2 {font-size: 23px;}
}
@media screen and (max-width: 768px){
  .form-container {width: 95%;}
  .left-box {padding: 3em 0em;}
  .login-form h2 {letter-spacing: 1px;}
  .social-login ul li{margin: 1px;}
  .social-login ul li i{margin-right: 5px;}
}
@media screen and (max-width: 736px){
  .left-box h3 {font-size: 1.7em;}
  .login-form h2 {font-size: 22px;}
  .login-form {padding: 3em 2em;}
  .footer p {font-size: 14px;}
  .login-form h4 {font-size: 14px;}
  .btn-danger {padding: 13px 12px;font-size: 14px;}
}
@media screen and (max-width: 667px){
  .agile_info {flex-direction: column;}
  .form-container {width: 100%;}
  .left-box {display: none;}
  .login-form {padding: 3em 4em;margin: 0 auto;}
}
@media screen and (max-width: 640px){
  h1 {font-size: 37px;}
}
@media screen and (max-width: 480px){
  .my-login-form {padding: 0em;}
  .login-form {padding: 3em;}
  h1 {font-size: 34px;}
}
@media screen and (max-width: 414px){
  .login-form {padding: 2em;}
  h1 {font-size: 32px;letter-spacing: 1px;}
  .left-box p {font-size: 13px;}
}
@media screen and (max-width: 384px){
  .left-box h4 {font-size: .9em;}
  .left-box p {letter-spacing: .5px;}
}
@media screen and (max-width: 375px){
  .left-box h3 {font-size: 1.5em;}
}
@media screen and (max-width: 320px){
  h1 {font-size: 25px;letter-spacing: 1px;}
  .login-form h2 {font-size: 18px;letter-spacing: 0px;}
  .btn-danger {padding: 13px 12px;font-size: 13px;}
  input[type="text"], input[type="email"], input[type="password"] {font-size: 13px;}
  .footer p {font-size: 13px;}
  .footer p a{font-size: 13px;}
}
/** /Responsive **/


