/* general*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
text-decoration: none;
font-family: 'Poppins', sans-serif;
}

/* logo settings*/
#logo img{
    max-width: 100%;
    max-height: 100px;
    margin-left:auto;
    margin-right:auto;
    display: block;
    padding-bottom: 5px;
}

/* container*/
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 15px;
}

/* form container*/
.login-form-2{
    margin: 0 auto;
    padding:30px 100px;
    background: #0067F4;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

/* adjust for mobile */
@media screen and (max-width: 768px) {
  .login-form-2{
    margin: 0 auto;
    padding: 30px;
    background: #0067F4;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
  }
}



/* h3 title */
.login-form-2 h3{
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

/* form control */
.form-control{
    border-radius: 10px;
}

/* profession dropdown */
.custom-select{
border-radius:10px;

}


.signupButt{
    min-width: 50%;
    border-radius: 7px;;
    padding: 1.5%;
    border: transparent 1px solid;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background-color: #ff8d37;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.signupButt:hover{
    border: #fff 1px solid;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}



.loginButt{
    min-width: 50%;
    border-radius: 7px;;
    padding: 1.5%;
    border: transparent 1px solid;
    cursor: pointer;
    font-weight: 600;
    color: #0067F4;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.loginButt:hover{
    color: #fff;
    border: #fff 1px solid;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}





.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid white;
}


.agree-to-terms{
    color: #fff;
    font-size: 0.75rem;
}

.goto-login{
    color: #fff;
    font-size: 1rem;
}

p a{
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid white;
}

p a:hover{
    color: #fff;
    text-decoration:none;
    margin-bottom: 0.75rem;
}


#signup-butt{
    min-width: 50%;
    border-radius: 7px;
    padding: 10px;
    border: transparent 1px solid;
    cursor: pointer;
    font-weight: 600;
    font-size:1.20rem;
    color: #fff;
    background-color: #ff8d37;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
}


#signup-butt:hover{
    background-color: #d97830;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 0 6px #4285f4;
}

.advanceGoogleButton{
    font-size:1.2rem;
    color:white;
    font-weight:600;
}
.google-btn {
  width: 200px;
  height: 45px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
  cursor: pointer;
   }
  .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
  }
  .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
  }
  #googleSignButton .btn-text {
    display: inline-block;
    vertical-align: middle;
    margin: 11px 11px 11px 50px;
    color: #444 !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
  }
  .google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
  }
  .google-btn:active {
    background-color: #f7f7f7;
  }


  #appleid-signin{
    width: 200px;
    height: 45px;
    margin-bottom: 15px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
  }


  #appleid-signin:hover {
    cursor: pointer;
    box-shadow: 0 0 6px #4285f4;
  }


