﻿.img-banner {
    width: 100%;
    margin-top: 55px;
}

.login {
    background-image: url(https://static.zohocdn.com/iam/v2/components/images/bg.49756b7c711696d95133fa95451f8e13.svg);
    position: relative;
    height: 920px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.card {
    margin-top: 8px;
    border: none;
    background: #fff;
    width: 100%;
    float: right;
    border-radius: 2px;
    box-shadow: 0px 2px 30px #cccccca3;
}

.powerline {
    color: #414141;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.phone-img {
    margin-top: -125px;
    margin-left: -106%;
    width: 327%;
}

.form-header {
    margin: 20px 7px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    padding-left: 44px;
    background: #ffffff00;
    border: none;
    border-bottom: 2px solid #5050504d;
}

.icon {
    margin-top: 10px;
    position: absolute;
    font-size: 22px;
    margin-left: 5px;
    color: #858585;
}

.login-btn {
    background: #2c9f1c;
    color: #fff;
    border-radius: 2px;
    border: none;
    font-weight: 500;
    padding: 6px 55px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

    .login-btn:focus {
        border: 3px solid #2c9f1c;
        background: #fff;
        color: #2c9f1c;
    }

.input-field:focus {
    border: none;
    border-bottom: 3px solid #022558;
    background: #ffffff00;
}

label {
    font-weight: 600;
    color: #33333;
    font-size: 18px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
    }

        .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #505050;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            border-radius: 2px;
        }

    .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: 7px;
        width: 6px;
        height: 14px;
        border: solid #505050;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.check-lab {
    color: white;
    font-size: 14px;
}

.title-text {
    font-size: 28px;
    font-weight: 600;
    padding: 13px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 34%;
    left: 13%;
    right: 0;
    top: 15px;
    z-index: 1;
}

.connecting-line-2 {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 34%;
    left: 44%;
    right: 0;
    top: 15px;
    z-index: 1;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: -15px;
    text-align: center;
    font-size: 16px;
    color: #898989;
    font-weight: 500;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 6px 2px #dcdcdc;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #386143;
    color: #fff;
    border: none;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-tabs > li.active > a i {
    color: #386143;
}

.wizard .nav-tabs > li {
    width: 32%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

    .wizard .nav-tabs > li a i {
        position: absolute;
        top: 44px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #898989;
    }

@media only screen and (max-width: 600px) {
    .phone-img {
        display: none;
    }

    .card {
        margin-top: 8px;
        border: none;
        background: #fff;
        width: 100%;
        float: right;
        border-radius: 2px;
    }

    .img-banner {
        margin: 27px 0px;
        width: 100%
    }

    .title-text {
        font-size: 20px;
        font-weight: 600;
        padding: 0px;
    }
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #2C9F1C;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input#check {
    width: 20px;
    height: 15px;
}

.login-btn:hover {
    box-shadow: 0px 0px 9px 2px #888888;
}
