﻿@import url('https://fonts.googleapis.com/css?family=Poppins');

/* BASIC */

html {
}

body {
    font-family: "Poppins", sans-serif;
    height: 100vh;
}

a {
    color: grey;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size:11px;
}

h2 {
    text-align: center;
   /* font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;*/
    display: inline-block;
    /*color: #cccccc;*/
}

    

/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 95.5vh !important;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    /*   padding: 30px;
    width: 90%;
    height:500px;
    max-width: 450px;*/
    position: relative;
    padding: 0px;
    /*padding-bottom:20px;*/
    height: auto;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
    width:410px;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 5px;   
    height: 30px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
#formHeader {
    background-color: #f6f6f6;
    border-bottom: 1px solid #dce8f1;
    text-align: center;
    -webkit-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 0 0;
}
#loginHeaderImg {
    width: auto;
    max-width: 116px;
    height: 48px;
    object-fit: contain;
    display: block;
    float: right;
    right: 40px;
    margin: 0px;
    right: 33px;
    margin: 5px 40px;
}


/* TABS */

h2.inactive {
    color: #cccccc;
    
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

/*input[type=button], input[type=submit], input[type=reset] {
    background-color: #f96a2e;
    border: none;
    color: white;
    height: 44px;
    width: 150px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 25px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/
.bt {
    background: #F7941D;
    border: none;
    color: white;
    font-weight:600;
    height: 44px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    /*  -webkit-border-radius: 5px 5px 5px 5px;*/
    border-radius: 5px 5px 5px 5px;
    /*   margin: 25px 20px 40px 20px;*/
    margin: 0px;
    margin-top: 20px;
    /*    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
    .bt:hover {
        background: #fcb900 !important;
    }
.btDeactivate {
   
    border: none;
    color: white;
    font-weight: 600;
    height: 44px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    /*  -webkit-border-radius: 5px 5px 5px 5px;*/
    border-radius: 5px 5px 5px 5px;
    /*   margin: 25px 20px 40px 20px;*/
    margin: 0px;
    margin-top: 20px;
}
/* input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-color: darkblue;
    }*/
/* input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }*/
/*input[type=text], [type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    text-decoration-color: #cccccc;
    padding: 25px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text]:focus, input[type=password]:focus {
        background-color: #fff;
        border-bottom: 2px solid #f96a2e;
    }

    input[type=text]:placeholder, input[type=password]:placeholder {
        color: #cccccc;
    }
*/
/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1.2s;
    -moz-animation: fadeIn ease-in 1.2s;
    animation: fadeIn ease-in 1.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 8s;
        -moz-animation-delay: 8s;
        animation-delay: 8s;
    }
    .fadeIn.fifth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }
    .fadeIn.sixth {
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #f96a2e;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }



/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 30%;
}
.logo {
 
}
* {
    box-sizing: border-box;
}
.Or {
   /* margin: 1.6rem 0px; */
   margin-top:10px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap; 
    -webkit-box-align: center;
    align-items: center;
    gap: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: rgb(140, 146, 156);
    margin-bottom:10px;
}
    .Or::after {
        box-sizing: border-box;
    }
    .Or::before {
        box-sizing: border-box;
    }
.google-btn {
    width: 200px;
    height: 42px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
}
 .google-icon-wrapper{
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: white;
}

.google-icon {
    margin-top: 5px;
    margin-left: 6px;
    max-width: 24px;
    max-height: 24px;
}

.btn-text {
    float: right;
    margin: 11px 11px 0 0;
    color: lightgray;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.bt-google {
    background-color: white;
    border: none;
    height: 44px;
    width: 100%;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    /*   margin: 25px 20px 40px 20px;*/
    margin: 0px;
    border:1px solid lightgray;
    margin-bottom:5px;
   
}
.email_input {
    width: 100%;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 0.01rem solid rgb(204, 204, 204);
    flex-grow: 2;
}
    .email_input:focus {
        outline: none;
        border-color: coral;
        /*box-shadow: 0 0 7px rgb(240, 128, 128);*/
    }
.editInputWrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0.01rem solid rgb(204, 204, 204);
    padding: 1px;
}

.editInput {
    height: 42px;
    flex-grow: 2;
    padding-left: 10px;
    border: none;
}
    .editInput:disabled {
        background-color: transparent;
    }
.editInputWrapper:hover {
    outline: none;
    border-color: coral;
    box-shadow: 0 0 7px rgb(240, 128, 128);
}
.editInputButton {
    width: 60px;
    height: 42px;
    background-color: transparent;
    color: blue;
    border: none;
    font-size: 13px;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 12.5px;
    cursor:pointer;
}
    /* .email_input:required {
        border-color: red;
    }*/
    /*   .email_input:invalid {
        border-color: red;
    }*/
    .email_input:optional {
        border: 0.01rem solid rgb(204, 204, 204);
    }
.error{
    font-size:12px;
    color:red;
    float:left;
}
.loginSignUpHeading {
    font-size: x-large;
    font-weight: 400;
    text-align: center;
    color: black
}
.goToLoginSignup {
    margin-left: 2px;
    font-weight: 700;
    font-size: 10px;
    float: right;
    color: blue;
}
.resendEmail {
    font-size: 13px;
    font-weight: 600;
    color: coral;
}