.or-seperator2 {
    margin: 30px 0 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    margin-top: 37px;
}

.or-seperator2 b {
    /* padding: 0 10px; */
    padding: 0;
    width: 35px;
    height: 35px;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    display: inline-block;
    border: 0px;
    border-radius: 50%;
    position: relative;
    top: -17px;
    z-index: 1;
    color: rgb(152, 152, 152);

}

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
    max-width: 60em;
}

.login-form-1 {
    padding: 5%;
    background-color: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3 {
    text-align: center;
    color: #333;
}

.login-form-2 {
    padding: 5%;
    background: linear-gradient(to bottom, #00c8f3, #00b2ff, #0099ff, #007bff, #0053fd);
    color: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 p {
    text-align: center;
    color: #fff;
}


/*/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 30px;
}

.effect-16 {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    background-color: #f7f7f700;
}

.effect-16:focus {
    outline: none;
}

/*/* LABEL ======================================= */
.input-label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/*/* active state */
.effect-16:focus~label,
.effect-16:valid~label {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
}

/*/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
.effect-16:focus~.bar:before,
.effect-16:focus~.bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight-box {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}


.custom-social-m-btn {
    text-transform: none;
    background: #fff;
    border-radius: 20px;
    color: #369;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.30);
    width: 100%;
    margin-bottom: 1.5em;
    padding: 15px 15px;
}

.effect-16x {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    background-color: #f7f7f700;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000c1f;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000c1f;
}

.terms {
    color: #fff;
}


.submit-btn {
    background-color: #7b27bd;
    color: #fff;
    padding: 1rem;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.page-hero {
    min-height: 99.9vh;
    height: 100%;
}

div.input-block {
    position: relative;
}

div.input-block input {
    font-weight: 500;
    font-size: 1.2rem;
    color: #495055;
    width: 100%;
    padding: 10px 15px;
    border-radius: 1rem;
    border: 1px solid #D9D9D9;
    outline: none;
}

div.input-block span.placeholder {
    position: absolute;
    padding: 0 4px;
    font-family: Roboto, sans-serif;
    color: #6c757d;
    display: flex;
    align-items: center;
    font-size: 1rem;
    top: 17px;
    left: 17px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
}

div.input-block span.placeholder.pass {
    top: 17px;
}

div.input-block input[type="text"]:valid+span.placeholder,
div.input-block input[type="text"]:focus+span.placeholder {
    transform: scale(0.8) translateY(-30px);
    background: #fff;
}

div.input-block input[type="email"]:valid+span.placeholder,
div.input-block input[type="email"]:invalid+span.placeholder,
div.input-block input[type="email"]:focus+span.placeholder {
    transform: scale(0.8) translateY(-30px);
    display: none !important;
    background: #fff;
}

div.input-block input[type="password"]:valid+span.placeholder,
div.input-block input[type="password"]:focus+span.placeholder {
    transform: scale(0.8) translateY(-30px);
    background: #fff;
    display: none !important;
}

.tel-ph {
    transform: scale(0.8) translateY(-30px);
    background: #fff !important;
}


div.input-block input:focus {
    color: #284B63;
    border-color: #284B63;
}

div.input-block input:focus+span.placeholder {
    color: #284B63;
}

.wavel-logo-rc {
    position: absolute;
    z-index: 999;
    top: 2rem;
    left: 2rem;
}

.auth-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 767.98px) {
    .wavel-logo-rc {
        position: relative;
        background-color: #ffffff;
        z-index: unset;
        top: unset;
        left: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 8vh;
    }

    .page-hero {
        min-height: 91.9vh;
        height: 91.9vh;
        overflow-y: scroll;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
    }

    .wavel-logo-rc img {
        width: 150px;
    }
}