﻿:root {
    --yoactivorange: #FF6933;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a, a:hover {
    color: #717171;
    text-decoration: none;
}
.theam-color {
    color: var(--yoactivorange);
}
.login-navbar {
    margin-top: 10px;
    margin-bottom: 10px;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #717171;
    background-color: #ffefdf;
}

.yoactiv-form {
    border-radius: 5px;
    border: 1px solid #818181;
    height: 51px;
    color: #818181;
}

    .yoactiv-form:focus {
        border: 1px solid #818181;
        outline: 0;
        box-shadow: none;
    }


    .yoactiv-form::placeholder {
        font-size: 12px;
        font-weight: 400;
        color: #9B9B9B;
       
        
    }

.yoactiv-btn {
    border-radius: 5px;
    background: #FF6933;
    height: 51px;
   color:#fff;
    font-size: 17px;
    font-weight: 700;
  
}
    .yoactiv-btn:hover,
    .yoactiv-btn:active {
        color: #fff;
        background-color: #FF6933;
        border-color: #FF6933;
    }
    .form-center {
        height: calc(100vh - 87px);
    }

.yoactiv-form-bg {
    box-shadow: 0px 4px 25px 0px #00000014;
    width:430px;

}
.login-head {
    color: #1F243D;
    font-size: 22px;
    font-weight: 600;
    margin-bottom:15px;
}

.login-dec {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #717171;
}
.Forgot {
    font-size: 10px;
    font-weight: 400;
    color: #000000;
}
.field-icon {
    position: absolute;
    top: 0;
    right: 5%;
    top: 20px;
}

.fa-eye-slash::before {
    content: url(../img/icons/notview.svg)
}
.fa-eye::before {
    content: url(../img/icons/view.svg)
}
.Error {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #1F243D;
    margin-bottom:1em;
}

.login-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-width: 0;
}
    .login-tab li {
        flex: 1;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        position:relative;
        overflow:hidden;
    }
        .login-tab li .nav-link {
            margin-bottom: 0;
            border: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            color: #A8A8A8;
            font-size: 14px;
            font-weight: 400;
        }

        .login-tab li.nav-item a {
            border-bottom: 3px solid transparent;
        }
        .login-tab li.nav-item a.active {
            color: var(--yoactivorange);
            font-weight:600;
            
        }
            .login-tab li.nav-item a.active:after {
                content: '';
                position: absolute;
                bottom: 0;
                width: 250px;
                height: 3px;
                background-color: var(--yoactivorange);
                left: 0;
            }
            .login-tab li.nav-item a:hover:after {
                content: '';
                position: absolute;
                bottom: 0;
                width: 250px;
                height: 3px;
                background-color: #e9ecef;
                left: 0;
            }
.foot {
    color: #1F243D;
   
    font-size: 12px;
    font-weight: 400;
   
}
    .foot a:hover,
    .foot a:hover {
        color: var(--yoactivorange);
    }
.flex-25
{
    flex:0.25;
}
.flex-1 {
    flex: 1;
}
.county-code {
    font-size: 12px;
    font-weight: 400;
    color: #9B9B9B;
}

.or {
    font-size: 14px;
    font-weight: 400;
    color: #1F243D;
}
.email {
    transition-duration: 0.4s;
}
.hide {
    
    display:none;
}
.otp-input {
    width: 48px;
    height: 51px;
    border: 1px solid #818181;
    border-radius: 5px;
    text-align: center;
}
.otp-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.otp-input:focus {
    border-color: #818181;
    outline: 0;
    box-shadow: none;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
    .yoactiv-form-bg {
        margin-top: 40px;
        width: 350px;
    }
    .otp-input {
        width: 35px;
       
        border: 1px solid #818181;
        border-radius: 5px;
        text-align: center;
    }
}