﻿.captcha {
    background-color: #f9f9f9;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

    .loading-overlay.is-active {
        display: flex;
    }
body {
    margin: 0;
    color: #000;
    background: #0630FF;
}

*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    color: #fff;
    text-decoration: none
}

.login-wrap {
    /* top: 60px; */
    height: 100%;
    margin: auto;
    /* max-width: 525px;
                    min-height: 440px; */
    position: relative;
    /*            background: url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;*/
    /* box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19); */
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 10px 40px 40px 40px;
    /*            background: #0098CE;*/
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.login-form {
    width: 100%;
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

    .login-form .tab__content .group {
        margin-bottom: 15px;
    }

        .login-form .tab__content .group .label,
        .login-form .group .input,
        .login-form .group .button {
            width: 100%;
            color: #000;
            display: block;
        }

        .login-form .tab__content .group .button {
            border: none;
            padding: 15px 20px;
            border-radius: 5px;
            background: rgba(255, 255, 255, .1);
        }

        .login-form .tab__content .group .input {
            padding: 12px 20px;
            margin: 8px 0;
            box-sizing: border-box;
            border: none;
            border-bottom: 2px solid #FFD506;
        }

        .login-form .tab__content .group input[data-type="password"] {
            text-security: circle;
            -webkit-text-security: circle;
        }

    .login-form .tab__content .tab__content .group .label {
        color: #000;
        font-size: 12px;
    }

    .login-form .tab__content .group .button {
        color: #0630FF;
        background: #FFD506;
    }

    .login-form .group label .icon {
        width: 15px;
        height: 15px;
        border-radius: 2px;
        position: relative;
        display: inline-block;
        background: rgba(255, 255, 255, .1);
    }

    .login-form .tab__content .group label .icon:before,
    .login-form .tab__content .group label .icon:after {
        content: '';
        width: 10px;
        height: 2px;
        position: absolute;
        transition: all .2s ease-in-out 0s;
    }

    .login-form .tab__content .group label .icon:before {
        left: 3px;
        width: 5px;
        bottom: 6px;
        transform: scale(0) rotate(0);
    }

    .login-form .tab__content .group label .icon:after {
        top: 6px;
        right: 0;
        transform: scale(0) rotate(0);
    }

    .login-form .tab__content .group .button {
        color: #0630FF;
        font-size: 23px;
        font-weight: 600;
    }

.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk {
    text-align: center;
}

.clmdiv {
    padding: 0;
}

.loginsection {
    padding: 10%;
}


/*@font-face {
    font-family: 'Arista-Pro-Bold-trial';
    src: url('../../Content/assets/NewLandingPage/fonts/Arista-Pro-Bold-trial.ttf') format('truetype');
}*/
@font-face {
    font-family: 'Arista-Pro-Bold-trial';
    src: url('../fonts/Arista-Pro-Bold-trial.ttf') format('truetype');
}


/*@font-face {
    font-family: 'OpenSans-Regular_0';
    src: url('../../Content/assets/NewLandingPage/fonts/OpenSans-Regular_0.ttf') format('truetype');
}*/
@font-face {
    font-family: 'OpenSans-Regular_0';
    src: url('../fonts/OpenSans-Regular_0.ttf') format('truetype');
}
/*----------------------------------------- Start Mobile Devices Media Queries ------------------------------------------*/
/* iPhone X in portrait */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .maindiv {
        min-height: 52vh !important;
        margin-top: -17% !important;
        margin-bottom: 19% !important;
    }

    .titlediv {
        margin-top: 32% !important;
    }

    body {
        background: #FFF;
    }
}

/* iPhone X in landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    .titlediv {
        margin-top: 12% !important;
    }

    .maindiv {
        margin-bottom: 12% !important;
    }

    body {
        background: #FFF;
    }
}

/* iPhone 6, 6S, 7 and 8 Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .maindiv {
        min-height: 60vh !important;
        margin-top: -20% !important;
        margin-bottom: 19% !important;
    }

    .titlediv {
        margin-top: 28% !important;
    }

    body {
        background: #FFF;
    }
}

/* iPhone 6, 6S, 7 and 8 Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .titlediv {
        margin-top: 12% !important;
    }

    .maindiv {
        margin-bottom: 12% !important;
    }

    body {
        background: #FFF;
    }
}
.tab-wrap {
    transition: 0.3s box-shadow ease;
    border-radius: 6px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    /*background-color: #fff;*/
    margin: 30px 0;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

    .tab-wrap:hover {
        box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
    }

.tab {
    display: none;
}

    .tab:checked:nth-of-type(1) ~ .login-form .tab__content:nth-of-type(1) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }

    .tab:checked:nth-of-type(2) ~ .login-form .tab__content:nth-of-type(2) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }


    .tab:checked:nth-of-type(3) ~ .login-form .tab__content:nth-of-type(3) {
        opacity: 1;
        transition: 0.5s opacity ease-in, 0.8s transform ease;
        position: relative;
        top: 0;
        z-index: 100;
        transform: translateY(0px);
        text-shadow: 0 0 0;
    }



    .tab:first-of-type:not(:last-of-type) + label {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tab:not(:first-of-type):not(:last-of-type) + label {
        border-radius: 0;
    }

    .tab:last-of-type:not(:first-of-type) + label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .tab:checked + label {
        background-color: #0630FF;
        box-shadow: 0 -1px 0 #fff inset;
        cursor: default;
        height: 48px;
        margin-top: -10px;
    }

        .tab:checked + label:hover {
            box-shadow: 0 -1px 0 #fff inset;
            background-color: #969898;
        }

    .tab + label {
        box-shadow: 0 -1px 0 #eee inset;
        border-radius: 6px 6px 0 0;
        cursor: pointer;
        display: block;
        text-decoration: none;
        color: #fff;
        flex-grow: 3;
        text-align: center;
        background-color: #969898;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        transition: 0.3s background-color ease, 0.3s box-shadow ease;
        height: 38px;
        box-sizing: border-box;
        padding: 8px;
    }

        .tab + label:hover {
            background-color: #969898;
            box-shadow: 0 1px 0 #f4f4f4 inset;
        }

.tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
}
.login-form .tab__content .group .password__box {
    position: relative;
}

    .login-form .tab__content .group .password__box input {
        padding-right: 40px;
    }

    .login-form .tab__content .group .password__box button {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        cursor: pointer;
    }