* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Raleway';
}

.login-msg {
  text-align: center;
  margin: 30px 0;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

#sign-header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background-image: url('/wp-content/themes/qualityline/img/header-bg.jpg');
}

#sign-header h1 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 100px;
}

#arrow-down {
  position: absolute;
  bottom: -50px;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

#sign-logo {
  margin: 30px 20px;
}

#sign-logo img:hover {
  opacity: 0.8;
}

#sign-content {
  background-color: #eaeaea;
  text-align: center;
  padding: 70px 0;
}

#sign-content .container {
  max-width: 400px;
  height: 100%;
}

#sign-content h1 {
  font-size: 40px;
  color: #5a5a59;
  margin-bottom: 50px;
  font-weight: 600;
}

.sign-input {
  width: 100%;
  border-radius: 50px;
  padding: 20px 30px;
  border: none;
  color: #999999;
  margin-bottom: 30px;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
}

.sign-input::placeholder {
  color: #999999;
}

#sign-links {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#sign-links a {
  color: #808080;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

#sign-links a:hover {
  text-decoration: underline;
}

#sign-links a img {
  margin-right: 5px;
}

#sign-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sign-form form {
  width: 100%;
}

#sign-form label {
  display: inline-block;
  color: #808080;
  font-size: 14px;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 5px;
}

.sign-form-input {
  text-align: left;
  width: 48%;
}

#sign-form .sign-checkbox {
  text-align: left;
  margin-bottom: 10px;
}

#sign-form .sign-checkbox label {
  font-size: 16px;
}
/* GOOGLE CSS - SSO LOGIN START */

/* Button styles */
.google-signin-btn {
	width: 100%;
	margin-top: 20px;
    border: none;
    background-color: #425b76;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    padding: 10px 35px;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	display: grid;
    align-items: center;
    grid-template-columns: 1fr 10fr;
}


.google-signin-btn img {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: white;
    margin-right: 10px;
    vertical-align: middle;
    padding: 7px;
    border-radius: 100px;
}

/* Media query for mobile devices */
@media only screen and (max-width: 480px) {
  .google-signin-btn {
    font-size: 14px;
    padding: 16px 24px;
  }
  .google-signin-btn img {
    height: 20px;
    margin-right: 5px;
  }
}

/* GOOGLE CSS - SSO LOGIN ENDING */

#sso-login {
  width: 100%;
  font-weight: bold;
  padding: 20px 35px;
  background-color: #425b76;
  color: #fff;
  font-size: 15px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  outline: none;
}

#sign-submit {
  width: 100%;
  font-weight: 300;
  padding: 20px 35px;
  text-transform: uppercase;
  background-color: #55aab5;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  outline: none;
}

#sign-clear {
  width: 250%;
  font-weight: 300;
  padding: 20px 35px;
  text-transform: uppercase;
  background-color: #d1d1d1;
  border-radius: 100px;
  color: #000;
  font-size: 15px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  outline: none;
}

.sign-form-button {
  margin-top: 20px;
}

.sign-form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#sign-footer {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #eaeaea;
}


.ql-logo 
{
      width: 25% !important;
      padding-left: 5%;
}

.ql-logo img
{
     width: 100%;
}

.ql-header
{
     background-image: url('/wp-content/themes/qualityline/img/header.jpg');
     height: auto !important;
     padding-top: 30px;
     padding-bottom: 100px;
}

.ql-title
{
    text-align: center;
}

.ql-title h1
{
    color:white;
    font-weight: 700;
}

#sign-form .error_login {
  color: red;
  padding: 25px 0 0;
  font-weight: bold;
}