body {
    margin: 0;
    overflow-x: hidden;
    font-family: calibri;

}

.page-content {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    background: #edf4f8 !important;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    /* 	background-image: -moz-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
        background-image: -webkit-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
        background-image: -ms-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%); */
}

.login-form {
    background: #fff;
    width: calc(100vh + 300px);
    /* height: calc(100vh - 180px); */
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    margin: 95px 0;
    position: relative;
}

.login-form .form-detail {
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.login-form .form-detail p {
    font-weight: 500;
    color: white;
    font-size: 25px;
    margin-bottom: 34px;
    padding: 33px 50px 0px 60px;
}

.login-form .form-detail .form-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

.login-form .form-detail .form-left h2 {
    color: #0f0c66;
}

.login-form .form-detail .form-right {background: #0f0c66;/*height: calc(100vh - 180px);*//*border-top-right-radius: 10px;*//*border-bottom-right-radius: 10px;*/margin-bottom: 15px;COLOR: #FFF;}

.login-form .form-detail .form-right h2 {
    color: #fff;
}

.login-form .form-detail .form-group {
    display: flex;
    display: -webkit-flex;
}

.login-form .form-detail .form-row {
    position: relative;
    margin-bottom: 24px;
    padding-left: 60px;
    padding-right: 50px;
}

.login-form .form-detail .form-left .form-group .form-row.form-row-1 {
    width: 50%;
    padding: 0 12px 0 60px;
}

.login-form .form-detail .form-left .form-group .form-row.form-row-2 {
    width: 50%;
    padding: 0 50px 0 12px;
}

.login-form .form-detail .form-left .form-group .form-row.form-row-3 {
    width: 73%;
    padding: 0 12px 0 60px;
}

.login-form .form-detail .form-left .form-group .form-row.form-row-4 {
    width: 50%;
    padding: 0 50px 0 12px;
}

.login-form .form-detail .form-right .form-group .form-row.form-row-1 {
    width: 50%;
    padding: 0 12px 0 60px;
}

.login-form .form-detail .form-right .form-group .form-row.form-row-2 {
    width: 100%;
    padding: 0 50px 0 12px;
}

.login-form .form-detail select,
.login-form .form-detail input {
    width: 100%;
    padding: 11.5px 10px 10px 10px;
    border: 1px solid transparent;
    background: white;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


.login-form .form-detail select {
    background: 0 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.login-form .form-detail .form-left select {
    color: #666;
}

.login-form .form-detail .form-right select {
    color: #f2f2f2;
}

.login-form .form-detail .select-btn {
    z-index: 0;
    position: absolute;
    top: 30%;
    right: 11.5%;
    font-size: 18px;
}

.login-form .form-detail .form-left .select-btn {
    color: #666;
}

.login-form .form-detail .form-right .select-btn {
    color: #f2f2f2;
}

.login-form .form-detail .form-group .form-row.form-row-4 .select-btn {
    top: 20%;
    right: 26%;
}

.login-form .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
    top: 20%;
    right: 19%;
}

.login-form .form-detail .form-left input {
    color: #000;
}

.login-form .form-detail .form-right input {
    color: black;
}

.login-form .form-detail .form-left input,
.login-form .form-detail .form-left select {
    border-bottom: 1px solid #ccc;
}

.login-form .form-detail .form-left input:focus,
.login-form .form-detail .form-left select:focus {
    border-bottom: 1px solid #999;
}

.login-form .form-detail .form-right input,
.login-form .form-detail .form-right select {
    border-bottom: 1px solid;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.login-form .form-detail .form-right input:focus,
.login-form .form-detail .form-right select:focus {
    border-bottom: 1px solid #ccc;
}

.login-form .form-detail .form-right select option {
    background: #4835d4;
}

.login-form .form-detail .form-checkbox {
    margin-top: 37px;
    padding: 0 50px 0 60px;
    position: relative;
}

.login-form .form-detail .form-checkbox input {
    position: absolute;
    opacity: 0;
}

.login-form .form-detail .form-checkbox .checkmark {
    position: absolute;
    top: 1px;
    left: 60px;
    height: 15px;
    width: 15px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.login-form .form-detail .form-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.login-form .form-detail .form-checkbox input:checked ~ .checkmark::after {
    display: block;
}

.login-form .form-detail .form-checkbox p {
    margin-left: 34px;
    color: #e5e5e5;
    font-size: 14px;
    font-weight: 400;
}

.login-form .form-detail .form-checkbox .text {
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}

.login-form .form-detail .form-right .form-row-last {
    /*padding-left: 60px;*/
    /*margin: 44px 0 10px;*/
}

.login-form .form-detail .form-right .login {
    font-family: calibri;
    background: #fff;
    border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
    width: 180px;
    border: none;
    margin: 6px 0 50px 0px;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    font-size: 15px;
}

.login-form .form-detail .form-right .login:hover {
    background: #ccc;
}

.login-form .form-detail .form-right .form-row-last input {
    padding: 12.5px;
}

.login-form .form-detail .form-left input::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

.login-form .form-detail .form-left input::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

.login-form .form-detail .form-left input:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

.login-form .form-detail .form-left input:-moz-placeholder {
    color: #666;
    font-size: 16px;
}

.login-form .form-detail .form-right input::-webkit-input-placeholder {
    color: #f2f2f2;
    font-size: 16px;
}

.login-form .form-detail .form-right input::-moz-placeholder {
    color: #f2f2f2;
    font-size: 16px;
}

.login-form .form-detail .form-right input:-ms-input-placeholder {
    color: #f2f2f2;
    font-size: 16px;
}

.login-form .form-detail .form-right input:-moz-placeholder {
    color: #f2f2f2;
    font-size: 16px;
}



/* Responsive */
@media screen and (max-width: 1199px) {
    .login-form {
        margin: 95px 20px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .login-form .form-detail .form-group {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .login-form .form-detail .form-left .form-group .form-row.form-row-1,
    .login-form .form-detail .form-left .form-group .form-row.form-row-2,
    .login-form .form-detail .form-left .form-group .form-row.form-row-3,
    .login-form .form-detail .form-left .form-group .form-row.form-row-4,
    .login-form .form-detail .form-right .form-group .form-row.form-row-1,
    .login-form .form-detail .form-right .form-group .form-row.form-row-2 {
        width: auto;
        padding: 0 50px 0 60px;
    }

    .login-form .form-detail .select-btn,
    .login-form .form-detail .form-left .form-group .form-row.form-row-4 .select-btn,
    .login-form .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
        right: 15%;
    }

}

@media screen and (max-width: 767px) {
    .login-form .form-detail {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .login-form .form-detail .form-right {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
    }

    .login-form .form-detail .form-left {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 575px) {
    .login-form .form-detail .form-group {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .login-form .form-detail .form-row,
    .login-form .form-detail .form-left .form-group .form-row.form-row-1,
    .login-form .form-detail .form-left .form-group .form-row.form-row-2,
    .login-form .form-detail .form-left .form-group .form-row.form-row-3,
    .login-form .form-detail .form-left .form-group .form-row.form-row-4,
    .login-form .form-detail .form-right .form-group .form-row.form-row-1,
    .login-form .form-detail .form-right .form-group .form-row.form-row-2 {
        width: auto;
        padding: 0 30px;
    }

    .login-form .form-detail .select-btn,
    .login-form .form-detail .form-left .form-group .form-row.form-row-4 .select-btn,
    .login-form .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
        right: 15%;
    }

    .login-form .form-detail h2 {
        padding: 33px 30px 0px 30px;
    }

    .login-form .form-detail .form-checkbox {
        padding: 0 30px;
    }

    .login-form .form-detail .form-checkbox .checkmark {
        left: 30px;
    }

    .login-form .form-detail .form-right .form-row-last {
        padding-left: 0;
        text-align: center;
        /*margin: 44px 0 30px;*/
    }
}

.img-style-3 {
    /*margin-left: 25px;*/
}

.img-style-1 {
    position: relative;
}


@keyframes rotateacw {
    0% {
        transform: rotate(0deg)

    }

    100% {
        transform: rotate(-360deg)
    }
}

.nk-circle-animation {
    height: calc(100vh - 400px);
    width: calc(100vh - 300px);
    z-index: 1
}

.nk-circle-animation + * {
    position: relative;
    z-index: 1
}

.nk-circle-animation:before, .nk-circle-animation:after {
    position: absolute;
    content: '';
    border: 4px solid rgba(151, 175, 213, 0.3);
    border-radius: 50%
}

.nk-circle-animation:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-color: #ffff;
    border-right-color: #ffff;
    animation: rotatecw 30s linear infinite 0s
}

.nk-circle-animation:after {
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    border-top-color: #ffff;
    border-bottom-color: #ffff;
    animation: rotateacw 24s linear infinite 0s
}

.nk-circle-animation.small:before, .nk-circle-animation.small:after {
    border-width: 2px
}

.nk-circle-animation.fast:before {
    animation: rotatecw 15s linear infinite 0s
}

.nk-circle-animation.fast:after {
    animation: rotateacw 10s linear infinite 0s
}

.nk-circle-animation.white:before {
    border-top-color: #fff;
    border-right-color: #fff
}

.nk-circle-animation.white:after {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nk-circle-animation.accent-alt:before {
    border-top-color: #f8aa38;
    border-right-color: #f8aa38
}

.nk-circle-animation.accent-alt:after {
    border-top-color: #f8aa38;
    border-bottom-color: #f8aa38
}

.nk-circle-pk {
    position: relative;
    height: 565px;
    width: 640px
}


@media (min-width: 576px) {

    .nk-circle-animation:after {
        top: 45px;
        left: 45px;
        bottom: 45px;
        right: 45px
    }

}


.circle-animation {
    position: absolute;
    height: 700px;
    width: 700px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%)
}


@keyframes rotatecw {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotateacw {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}


.circle-animation {
    /* position: absolute;
        height: 500px;
        width: 500px;
        top: -75px;
        left: -12%;
        transform: translateX(-50%); */
    position: absolute;
    height: 600px;
    width: 600px;
    top: -100px;
    left: -23%;
    transform: translateX(-50%);
}

.circle-animation .ca {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(34, 59, 85, 0.15)
}

.tc-light .circle-animation .ca {
    border-color: rgba(255, 255, 255, 0.1)
}

.circle-animation .ca-dot {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%
}

.circle-animation .ca-color-1 {
    background: #86cfff
}

.circle-animation .ca-color-2 {
    background: #859fff
}

.circle-animation .ca-color-3 {
    background: #93a6ba
}

.circle-animation-l1 {
    height: 100%;
    width: 100%;
    animation: rotatecw_alt 78s linear infinite 0s
}

.circle-animation-l1-d1 {
    left: 23%;
    top: 6.35%
}

.circle-animation-l1-d2 {
    right: 23%;
    top: 6.35%
}

.circle-animation-l1-d3 {
    right: -7px;
    top: 50%
}

.circle-animation-l1-d4 {
    right: 23%;
    bottom: 6.35%
}

.circle-animation-l1-d5 {
    left: 23%;
    bottom: 6.35%
}

.circle-animation-l1-d6 {
    left: -7px;
    top: 50%
}

.circle-animation-l2 {
    height: 84.6%;
    width: 84.6%;
    border-radius: 50%;
    animation: rotateacw_alt 66s linear infinite 0s
}

.circle-animation-l2-d1 {
    right: 4.9%;
    top: 25%
}

.circle-animation-l2-d2 {
    left: 42%;
    top: -.6%
}

.circle-animation-l2-d3 {
    left: -2px;
    top: 40%
}

.circle-animation-l2-d4 {
    left: 24%;
    bottom: 5.5%
}

.circle-animation-l2-d5 {
    right: 11.2%;
    bottom: 16%
}

.circle-animation-l3 {
    height: 69.2%;
    width: 69.2%;
    animation: rotatecw_alt 54s linear infinite 0s
}

.circle-animation-l3-d1 {
    left: 7.6%;
    top: 20%
}

.circle-animation-l3-d2 {
    right: 24%;
    top: 5.2%
}

.circle-animation-l3-d3 {
    right: -3px;
    bottom: 39%
}

.circle-animation-l3-d4 {
    right: 37%;
    bottom: 0
}

.circle-animation-l3-d5 {
    left: 8.4%;
    bottom: 19%
}

@keyframes rotatecw_alt {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotateacw_alt {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes rotatecw {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotateacw {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}


@media (min-width: 576px) {

    .nk-df-center {
        position: absolute !important;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .nk-circle-animation.fast:before {
        animation: rotatecw 15s linear infinite 0s;
    }

    .nk-circle-animation:before {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-top-color: #ffff;
        border-right-color: #ffff;
        animation: rotatecw 30s linear infinite 0s;
    }

    .nk-circle-animation:before, .nk-circle-animation:after {
        position: absolute;
        content: '';
        border: 4px solid rgba(151, 175, 213, 0.3);
        border-radius: 50%;
    }

    .nk-circle-animation:before {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-top-color: #0f0c66 !important;
        border-right-color: #0f0c66 !important;
        animation: rotatecw 30s linear infinite 0s;
    }

    .nk-circle-animation.fast:after {
        animation: rotateacw 10s linear infinite 0s;
    }
}

@media (min-width: 576px) {
    .nk-circle-animation:after {
        top: 45px;
        left: 45px;
        bottom: 45px;
        right: 45px;
    }

    .nk-circle-animation:after {
        top: 25px;
        left: 25px;
        bottom: 25px;
        right: 25px;
        border-top-color: #ffff;
        border-bottom-color: #ffff;
        animation: rotateacw 24s linear infinite 0s;
    }

    .nk-circle-animation:before, .nk-circle-animation:after {
        position: absolute;
        content: '';
        border: 4px solid rgba(151, 175, 213, 0.3);
        border-radius: 50%;
    }

    .nk-circle-animation:after {
        top: 25px;
        left: 25px;
        bottom: 25px;
        right: 25px;
        border-top-color: #fee819 !important;
        border-bottom-color: #fee819 !important;
        animation: rotateacw 24s linear infinite 0s;
    }

    .hosting-info-img .info-icon.icon-4 {
        bottom: 40%;
        left: 35%;
        -webkit-animation-delay: .9s;
        animation-delay: .7s;
        z-index: -9;
    }

    .hosting-info-img .info-icon {
        position: absolute;
        -webkit-animation: bounce1 1s ease-in-out 0s infinite alternate;
        animation: bounce1 2s ease-in-out 0s infinite alternate;
    }

    label {
        color: #8cbb95;
    }

    .forgot-pwd {
        color: #ffff;
        font-size: 10px;
        float: right;
        margin-right: 43px;
        margin-top: -15px;
    }

    .bubbles {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .bubble {
        position: absolute;
        bottom: -100px;
        width: 40px;
        height: 40px;
        background: #f1f1f1;
        border-radius: 50%;
        opacity: 0.5;
        animation: rise 10s infinite ease-in;
    }

    .bubble:nth-child(1) {
        width: 40px;
        height: 40px;
        left: 10%;
        animation-duration: 8s;
    }

    .bubble:nth-child(2) {
        width: 20px;
        height: 20px;
        left: 20%;
        animation-duration: 5s;
        animation-delay: 1s;
    }

    .bubble:nth-child(3) {
        width: 50px;
        height: 50px;
        left: 35%;
        animation-duration: 7s;
        animation-delay: 2s;
    }

    .bubble:nth-child(4) {
        width: 80px;
        height: 80px;
        left: 50%;
        animation-duration: 11s;
        animation-delay: 0s;
    }

    .bubble:nth-child(5) {
        width: 35px;
        height: 35px;
        left: 55%;
        animation-duration: 6s;
        animation-delay: 1s;
    }

    .bubble:nth-child(6) {
        width: 45px;
        height: 45px;
        left: 65%;
        animation-duration: 8s;
        animation-delay: 3s;
    }

    .bubble:nth-child(7) {
        width: 90px;
        height: 90px;
        left: 70%;
        animation-duration: 12s;
        animation-delay: 2s;
    }

    .bubble:nth-child(8) {
        width: 25px;
        height: 25px;
        left: 80%;
        animation-duration: 6s;
        animation-delay: 2s;
    }

    .bubble:nth-child(9) {
        width: 15px;
        height: 15px;
        left: 70%;
        animation-duration: 5s;
        animation-delay: 1s;
    }

    .bubble:nth-child(10) {
        width: 90px;
        height: 90px;
        left: 25%;
        animation-duration: 10s;
        animation-delay: 4s;
    }

    @keyframes rise {
        0% {
            bottom: -100px;
            transform: translateX(0);
        }
        50% {
            transform: translate(100px);
        }
        100% {
            bottom: 1080px;
            transform: translateX(-200px);
        }
    }

    @-webkit-keyframes bounce1 {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }

        to {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px)
        }
    }

    @keyframes bounce1 {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }

        to {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px)
        }
    }
}


#username, #password {
    /*opacity: 0.3;*/
}

