@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,800&display=swap');

/* universal style */
body
{
    font-family: 'Montserrat', sans-serif;
}
a
{
    text-decoration: none;
    color: inherit;
}

/* main-section */
.dashboard
{   
    background-image: url(../images/background.jpg);
    background-repeat: repeat;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}


.dashboard-inner
{
    position: relative;
}
.dashboard-inner img
{
    width: auto;
} 
/* .img-1, .img-2, .img-3, .img-4, .img-5, .img-6
{
    width: 100%;
} */
.img-2, .img-3, .img-4, .img-5, .img-6
{
    position: absolute;
    z-index: 1;
}
.img-2
{
    top: 30px;
    left: -120px;
    z-index: 1;
}
.img-3
{
    top: 210px;
    right: 0;
}
.img-4
{
    top: 300px;
    left: -120px;
}
.img-5
{
    bottom: 40%;
    right: 0;
    height: 100px;
}
.img-6
{
    bottom: 60px;
    left: -120px;
}

/* sign up form */
.wrapper
{
    padding: 60px 0 0 0;
    position: relative;
    z-index: 10;
   
}

/* heading */
.signup-heading h2
{

    font-size: 42px;
    color: rgb(12, 16, 71);
    text-transform: uppercase;
      
}
.signup-heading p
{
    
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(12, 16, 71);
      
}

.text
{
    font-weight: 600;
      
}



/* google button */
.google-signup
{
    width: 100%;
    height: 60px;
    margin-top: 30px;
    
}
.google-signup button
{
    border: solid 2px rgb(237, 237, 237);
    border-radius: 32px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.07);
    width: inherit;
    height: inherit;
    font-weight: bold;
}
.google-signup button img
{
    width: 22px;
    transition: 0.5s ease;
    margin-right: 10px;
}
.google-signup:hover button img
{
    transform: rotate(360deg);
}
.email-signup
{
    margin-top: 30px;
    text-align: center;
    width: 100%;
    position: relative;
}
.email-signup span
{

    font-size: 16px;
    color: rgb(12, 16, 71);
    font-weight: bold;
    z-index: 1;
    position: relative;
    width: max-content;
    background-color: rgb(255, 255, 255);
    padding: 0 20px;
      
}
.email-signup::after
{
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 50%;
    height: 1px;
    z-index: 0;
    background-color: rgb(235, 235, 235);
}

/* form */
form
{
    
}

/* form fields */
.form-field
{
    margin-bottom: 15px;
    width: 100%;
}
.form-field label
{

    font-size: 15px;
    color: rgb(12, 16, 71);
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 30px;
      
}
.form-field label::after
{
    content: "*";
    font-size: inherit;
}
.form-field input
{

    border: solid 2px rgb(237, 237, 237);
    border-radius: 36px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.07);
    height: 70px;
    width: inherit;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s ease;
    color: rgb(137, 137, 137);
    padding-left: 30px;
      
}

.form-field-color input
{

    border: solid 2px #5069b0;
    border-radius: 36px;
    background-color: #5069b0;
    box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.07);
    height: 70px;
    width: inherit;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s ease;
    color: rgb(255, 255, 255);
    padding-left: 30px;
      
}

.captcha
{

    height: 70px; 
    padding-top: 10px; 
    line-height: 46px; 
    width:100%; 
    text-align: center; 
    border: solid 2px rgb(237, 237, 237);
    border-radius: 36px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.07); 
    color: #003; 
    font-size: 26px; 
    font-weight: bold; 
	letter-spacing: 20px; 
    -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
    display: flex; 
    justify-content: center; 
   
      
}

.form-field input:focus
{
    outline: none;
    border: solid 2px #5069b0;
}

.form-field view
{
    margin-left: 450px;
}

.agree-notif label
{
    display: flex;
    align-items: center;
    margin-left: 30px;
}

/* checkbox style */
.agree-notif input[type=checkbox]
{
    -webkit-appearance: none;
    width: 30px;
    height: 25px;
    line-height: 20px;
    border: solid 1px #5069b0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 10px;
      
}
.agree-notif input[type=checkbox]:checked
{
    background-color: #5069b0;
    text-align: center;
    border-color: #5069b0;
}
.agree-notif input[type=checkbox]:checked::after
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    
}
.agree-notif label span
{
    font-size: 16px;
    color: rgb(12, 16, 71);
    font-weight: 100;
}
.agree-notif label span a
{
    color: #5069b0 !important;
    font-weight: 400;
}

/* submit button */
.signup-submit
{
    
    width: 100%;
    height: 60px;     
    margin-top: 5px;
}

.signup-submit button
{
    background-color: #5069b0;
    width: inherit;
    height: inherit;
    border-radius: 32px;
    /*border: solid 2px transparent;*/
    border: none;
    font-size: 18px;
    color: rgb(249, 249, 250);
    overflow: hidden;
    position: relative;
      
}
.signup-submit button:hover
{
    background-color: #5069B0;
}
.signup-submit button:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}
.signup-submit button:hover:before
{
    left: 100%;
}


.signup-submit-icon
{
    
    width: 100%;
    height: 100%;     
    margin-top: 5px;
}

.signup-submit-icon button
{
    background-color: #5069b0;
    width: inherit;
    height: inherit;
    border-radius: 32px;
    /*border: solid 2px transparent;*/
    border: none;
    font-size: 16px;
    color: rgb(249, 249, 250);
    font-weight: bold;
    overflow: hidden;
    position: relative;
      
}
.signup-submit-icon button:hover
{
    background-color: #5069B0;
}
.signup-submit-icon button:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}
.signup-submit-icon button:hover:before
{
    left: 100%;
}

.icon {
    margin-top: 55px;
    margin-bottom: 15px;
    margin-left: 25px;
    margin-right: 25px;
}

.login-notif
{
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-top: 35px;
    margin-left: 30px;
      
}

.login-notif a
{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
      
}

.login-notif a:hover
{
    font-size: 16px;
    color: #5069B0;
    font-weight: 700;
      
}

.login-notif span
{
    color: #5069B0;
    text-decoration: underline; 
    cursor: pointer;
}

/* hide-show signup/login */
.signup
{
    display: block;
}
.login
{
    display: none;
}
.show-login .signup
{
    display: none;
}
.show-login .login
{
    display: block;
}
.space {
    padding-bottom: 15px;
    padding-left: 15px;
}
.spaceform {
    padding-left: 1px;
    padding-right: 1px;
}
.spacetittle {
    padding-left: 15px;
    padding-bottom: 25px;
    padding-top: 35px;
}
.spacetittle2 {
    padding-left: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.spacetittletitle {
    margin-top: 40px;
}
.spacetittletitle2 {
    margin-top: 60px;
}