html,body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Funnel Sans", sans-serif;
    background-color: #ffffff;
    color: #333333;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    overflow-x:clip;
}

.leftside {
    background: url('/imgs/on-phone.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding:15px;
}

.vh-100{
    height: 100vh;
}

.overlaycolor{
    background-color: #0c5d9779;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlaycolor2 {
    background: url(/imgs/V3.svg) no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.19;
    z-index: 0;
}

.containleftcontent {
    position: relative;
    z-index: 1;
    height: 100%;
    color: white;
    text-transform: uppercase;
}

.rightside {
    background: url('/imgs/rightcircle.svg') no-repeat;
    background-position-x: right;
    position: relative;
}

.rightside {
    background: url('/imgs/rightcircle.svg') no-repeat;
    background-position: center;
    background-position-x: 32vw;
    position: relative;
    background-clip: border-box;
    background-size: cover;
}

.loginbox {
    background-color: #fffffff5;
    border-radius: 10px;
    padding: 20px;
    filter: drop-shadow(-2px 2px 5px lightgrey);
    width: 40% !important;
    min-height: 43vh;
    align-items: center;
    display: flex;
    height: max-content;
    z-index: 5;
    position: relative;
}

.loginbox button.btn.btn-primary {
    background: #18B2D1;
    border: none;
    width: 70%;
    margin: 0 auto;
    display: block;
}

form#login-form h2 {
    background: #18B2D1;
    color: white;
    width: max-content;
    padding: 7px;
    padding-left: 4rem;
    padding-right: 1rem;
    position: relative;
    left: -2rem;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #18B2D1;
border:none;
    color: white;
}

.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}
span.hrsize {
    display: block;
    height: 2px;
    width: 38%;
    background: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

form#login-form a {
    color: #0C5C97;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.input-group {
   
    margin-bottom: 13px;
}

@media screen and (max-width: 1024px) {
    .loginbox {
        width: 90% !important;
    }
    
    .leftside {
        background: url('/imgs/on-phone.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        padding: 0px;
    }
}

