/*------------------------------------------------------------------
 * Theme Name: iofrm - form templates
 * Theme URI: http://www.brandio.io/envato/iofrm
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Description: A Bootstrap Responsive HTML5 Template
 * Version: 1.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v4.1 (http://getbootstrap.com)
 * Copyright 2018 Brandio.
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General Styles.
2. Responsive Styles.
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
/* -----------------------------------
  1 - General Styles
------------------------------------*/
*, body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
}



.form-body {
  height: 100%;
}

.form-body > .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}


.form-holder {
  margin-left: 550px;
  width: 100%;
}

.form-holder .form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  min-height: 100%;
}



.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}



.form-content {
  position: relative;
  background-color: #0093FF;
}



.form-content .form-items {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-content h3 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}


.form-content p {
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}




/* LOGIN LINK SETTINGS */

.form-content .page-links {
  margin-bottom: 34px;
}

.form-content .page-links a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.form-content .page-links a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.form-content .page-links a.active {
  font-weight: 700;
}

.form-content .page-links a.active:after {
  background-color: #fff;
}










/* INPUT SETTINGS */

.form-content input, .form-content .dropdown-toggle.btn-default {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 14px;
}





/* SET FORM BUTTON MARGINS */
.form-content .form-button {
  margin-top: 30px;
  margin-bottom: 25px;
}

.form-content .form-button .ibtn {
  border-radius: 6px;
  border: 0;
  padding: 6px 28px;
  background-color: #fff;
  color: #29A4FF;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}







/* FORGOT PASSWORD LINK */

.form-content .form-button a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}





/* FORM FRAME SETTING */


.form-content form {
  margin-bottom: 58px;
}

.form-body {
  background-color: #fff;
}




.form-holder {
  margin-left: 0%;
}

.form-holder .form-content ::-webkit-input-placeholder {
  color: #000000;
}

.form-holder .form-content :-moz-placeholder {
  color: #000000;
}

.form-holder .form-content ::-moz-placeholder {
  color: #000000;
}

.form-holder .form-content :-ms-input-placeholder {
  color: #000000;
}

.form-control ::-webkit-input-placeholder {
  color: #000000;
}

.form-control :-moz-placeholder {
  color: #000000;
}

.form-control ::-moz-placeholder {
  color: #000000;
}

.form-control :-ms-input-placeholder {
  color: #000000;
}

.form-content {
  background-color: #fff;
}


.form-content .form-items {
  max-width: 340px;
  text-align: left;
}

.form-content h3 {
  color: #000;
  text-align: left;
}

.form-content p {
  color: #000;
  text-align: left;
}

.form-content .page-links a {
  color: #000;
}






/* LOGIN COLOR */
.form-content .page-links a:after {
  background-color: rgba(222, 222, 222, 0.7);
}

.form-content .page-links a.active:after {
  background-color: #0092FE;
}








/* IMPORTANT INPUT COLOR */
.form-content input, .form-content .dropdown-toggle.btn-default {
  border: 0;
  background-color: #F7F7F7;
  color: #000000;
}

.form-content input:hover, .form-content input:focus, .form-content .dropdown-toggle.btn-default:hover, .form-content .dropdown-toggle.btn-default:focus {
  border: 0;
  background-color: #eaeaea;
  color: #000000;
}







/* SUBMIT BUTTON color */
.form-content .form-button .ibtn {
  background-color: #0093FF;
  color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
  box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
}

.form-content .form-button .ibtn:hover, .form-content .form-button .ibtn:focus {
  -webkit-box-shadow: 0 5px 6px rgba(80, 182, 255, 0.31);
  box-shadow: 0 5px 6px rgba(80, 182, 255, 0.31);
}





/* FORGET PASSWORD color */
.form-content .form-button a {
  color: #000;
}


/* Added CSS */

.error-message {
  color: red;
  margin-top: 10px;
}

.page-links {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 34px; /* Use the theme's margin-bottom */
}

.page-links .login-link-wrapper {
  display: flex;
  align-items: center;
}

.page-links a {
  padding: 0 10px;
  text-decoration: none;
  flex-grow: 0;
  margin-right: 0; /* Override the theme's margin-right */
}

.page-links a.active {
  font-weight: 700;
}

.page-links span {
  padding: 0 5px;
  flex-grow: 0;
}

.page-links a:first-child {
  padding-left: 0;
}