/*======
========BOOTSTRAP CSS=========*/
@import '../scss/vendors/bootstrap-4.4.1-dist/css/bootstrap.css';
/*LAYOUT PRIMARY COLORS*/
/*OTHER COLORS*/
/*=========
===========CUSTOM RESET CSS=======*/
@font-face {
    font-family: "Segoe UI Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Segoe UI Regular"), url("../font/SegoeUI.woff") format("woff");
}

@font-face {
    font-family: "SegoeUI-Semibold";
    font-style: normal;
    font-weight: normal;
    src: url("../font/SegoeUI-Semibold.woff") format("woff");
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

    html* {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

html,
body {
    min-height: 100%;
}

::selection {
    background-color: #2684fe;
    color: #ffffff;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: inherit;
}

body {
    background: #f1f7ff;
    font-family: "Segoe UI Regular";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #090909;
    box-sizing: border-box;
}

p {
    line-height: 2.1rem;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
}

    a:not([href]):not([tabindex]):hover {
        cursor: pointer !important;
        outline: none !important;
    }

a {
    text-decoration: underline;
}

    a:link, a:visited {
        text-decoration: underline;
        cursor: pointer !important;
        outline: none;
        transition: all ease 0.3s;
    }

    a:focus, a:hover {
        cursor: pointer !important;
        outline: none !important;
    }

.vm-login {
    height: 100vh;
    width: 100vw;
    background: url(../img/login-shape.svg) no-repeat top right;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
}

@media only screen and (max-height: 500px) {
    .vm-login {
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .vm-login {
        background: url(../img/login-shape.svg) no-repeat -2rem 0rem;
        background-size: cover;
    }
}

@media only screen and (max-width: 991px) {
    .vm-login {
        background: url(../img/shape-mob.jpg) no-repeat 0rem -8rem #2684fe;
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .vm-login {
        background: url(../img/shape-mob.jpg) no-repeat -20rem -12rem #2684fe;
        height: auto;
    }
}

.vm-login-content {
    height: 100%;
    margin-right: 8%;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .vm-login-content {
        margin-right: 3%;
    }
}

@media only screen and (max-width: 991px) {
    .vm-login-content {
        margin-right: 0rem;
        padding-top: 23rem;
        height: 100vh;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .vm-login-content {
        padding-top: 12rem;
    }
}

.vm-login-content .vm-content {
    width: 50%;
}

@media only screen and (max-width: 575px) {
    .vm-login-content .vm-content {
        width: 90%;
    }
}

.vm-login-content h1 {
    line-height: 6rem;
    margin-bottom: 5rem;
}

.vm-login-content h2 {
    font-size: 2.2rem;
}

.vm-login .login-form {
    width: 30rem;
}

    .vm-login .login-form .vam-captch-invalid {
        margin: 0.3rem;
    }

        .vm-login .login-form .vam-captch-invalid.text-danger {
            color: #98121e !important;
            background: #ffa8a8;
            padding: 1rem;
            width: 100%;
        }

    .vm-login .login-form.login-form-width {
        width: 31rem;
    }

    .vm-login .login-form .login-capcha-bg {
        background-color: #4d9aff;
        padding: 1.5rem;
        margin: 0 -0.3rem 0.8rem 0.2rem;
    }

        .vm-login .login-form .login-capcha-bg .vm-refresh-icon {
            cursor: pointer;
        }

    .vm-login .login-form .vm-calender {
        position: absolute;
        right: 10px;
        top: 10px;
    }

@media only screen and (max-width: 991px) {
    .vm-login .login-form {
        margin: auto;
        margin-top: 1rem !important;
        padding-top: 0rem !important;
    }
}

.vm-login .login-form .vm-login-head {
    font-size: 3.5rem;
}

@media only screen and (max-width: 991px) {
    .vm-login .login-form .vm-login-head {
        text-align: center;
    }
}

.vm-login .login-form .vm-font14 {
    font-size: 1.4rem;
    line-height: 1.4;
    color: var(--text-white);
}

@media only screen and (max-width: 991px) {
    .vm-login .login-form p {
        text-align: center !important;
        word-break: break-word;
        margin: auto;
    }
}

.vm-login .login-form p a {
    color: #ffffff;
}

.vm-login .login-form .form-control {
    margin: 0.3rem;
    border-radius: 0;
    height: calc(1.5em + 0.75rem + 1.8rem);
    border: 1px solid #ffffff;
    background: transparent;
    font-family: "Segoe UI Regular";
    color: #ffffff !important;
    padding-left: 2rem;
}

    .vm-login .login-form .form-control::placeholder {
        color: #96c3ff !important;
        font-family: "Segoe UI Regular";
    }

.vm-login .login-form .btn {
    background: #ffffff;
    padding: 1.5rem 2rem;
    border-radius: 0;
    color: #090909;
    margin: 0.3rem;
    font-family: "SegoeUI-Semibold";
    border: 1px solid #ffffff;
}

.vm-login-img .vm-asset-1 {
    position: fixed;
    left: 8%;
    top: 25%;
    width: 30%;
}

.vm-login-img .vm-circle-icon {
    width: 190px;
    position: fixed;
    top: -10%;
    border-radius: 100%;
    left: -6%;
}

@media only screen and (min-width: 1920px) {
    .vm-login-img .vm-circle-icon {
        top: -9%;
        left: -4%;
    }
}

@media only screen and (max-width: 1024px) {
    .vm-login-img .vm-circle-icon {
        width: 156px;
    }
}

.vm-login-img svg {
    width: 130%;
}

@media only screen and (max-width: 991px) {
    .vm-login-img svg {
        width: 100%;
        padding-top: 5rem;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 2rem 3rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: 0rem 0.3rem 0.2rem 0px rgba(38, 132, 254, 0.3);
    -moz-box-shadow: 0rem 0.3rem 0.2rem 0px rgba(38, 132, 254, 0.3);
    -ms-box-shadow: 0rem 0.3rem 0.2rem 0px rgba(38, 132, 254, 0.3);
    -o-box-shadow: 0rem 0.3rem 0.2rem 0px rgba(38, 132, 254, 0.3);
    box-shadow: 0rem 0.3rem 0.2rem 0px rgba(38, 132, 254, 0.3);
    position: relative;
    overflow: hidden;
}

    .btn:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 0;
        padding-top: 0;
        border-radius: 100%;
        background-color: rgba(236, 240, 241, 0.2);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .btn:active:before {
        width: 120%;
        padding-top: 120%;
        transition: width 0.2s ease-out, padding-top 0.2s ease-out;
        color: #ffffff;
    }

    .btn:hover, .btn:focus {
        -webkit-box-shadow: 0.8rem 1rem 1rem 0px rgba(38, 132, 254, 0.3) !important;
        -moz-box-shadow: 0.8rem 1rem 1rem 0px rgba(38, 132, 254, 0.3) !important;
        -ms-box-shadow: 0.8rem 1rem 1rem 0px rgba(38, 132, 254, 0.3) !important;
        -o-box-shadow: 0.8rem 1rem 1rem 0px rgba(38, 132, 254, 0.3) !important;
        box-shadow: 0.8rem 1rem 1rem 0px rgba(38, 132, 254, 0.3) !important;
        transition: box-shadow 0.2s ease-out;
        color: #ffffff;
    }

.btn-primary {
    color: #ffffff;
    background-color: #2684fe;
    border-color: #2684fe;
}

    .btn-primary:hover {
        color: #ffffff;
        background-color: #0169f0;
        border-color: #0169f0;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem #2684fe;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #ffffff;
        background-color: #a3aaaa;
        border-color: #a3aaaa;
        cursor: not-allowed;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #2684fe;
        border-color: #2684fe;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #2684fe;
        }

.form-control {
    display: block;
    width: 100%;
    height: 4rem;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #090909;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control:focus {
        background-color: #ffffff;
        outline: 0;
        box-shadow: none;
    }

    .form-control:visited {
        background-color: #ffffff;
    }

    .form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
        color: #afafaf;
        opacity: 1;
        font-family: "SegoeUI-Semibold";
        font-size: 1.2rem;
    }

    .form-control:focus::placeholder {
        color: transparent !important;
    }

    .form-control + span.vm-calender {
        position: absolute;
        right: 2.8rem;
        top: 0.8rem;
        cursor: pointer;
    }

        .form-control + span.vm-calender svg {
            width: 1.8rem;
            height: 1.7rem;
            fill: #2684fe;
        }

.vm-mt-5 {
    margin-top: 5rem;
}

.vm-line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 1.5rem 0rem 1.5rem 0.3rem;
}

.vm-checkbox {
    padding-left: 0;
    position: relative;
    display: flex;
    margin: auto;
}

    .vm-checkbox input,
    .vm-checkbox svg {
        width: 1.7rem;
        height: 1.7rem;
    }

    .vm-checkbox input {
        position: inherit;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        background: #ffffff;
        border: none;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border-radius: 0.2rem;
        transition: box-shadow 0.3s;
        box-shadow: inset 0 0 0 0.2rem #d8dce3;
    }

        .vm-checkbox input:hover {
            box-shadow: inset 0 0 0 0.2rem #c9cfd8;
        }

        .vm-checkbox input:checked {
            box-shadow: inset 0 0 0 0.2rem #47d185;
        }

        .vm-checkbox input:focus {
            outline: none;
        }

        .vm-checkbox input:disabled {
            box-shadow: inset 0 0 0 0.2rem white;
        }

            .vm-checkbox input:disabled ~ svg {
                stroke: white;
            }

    .vm-checkbox svg {
        pointer-events: none;
        fill: none;
        stroke-width: 2px;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #47d185;
        position: absolute;
        transform: scale(1) translateZ(0);
    }

    .vm-checkbox.path input:checked {
        transition-delay: 0.4s;
    }

        .vm-checkbox.path input:checked + svg {
            stroke-dasharray: 16.1 86.12;
            stroke-dashoffset: 102.22;
        }

    .vm-checkbox.path svg {
        stroke-dasharray: 86.12;
        stroke-dashoffset: 86.12;
        transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
    }

    .vm-checkbox label {
        top: -0.2rem;
        position: relative;
        margin-left: 0.7rem;
        text-align: left;
        margin-bottom: 1rem;
    }

    .vm-checkbox.light input {
        box-shadow: inset 0 0 0 0.2rem #c9cfd8;
    }

        .vm-checkbox.light input:hover {
            box-shadow: inset 0 0 0 0.2rem #abb4c3;
        }

        .vm-checkbox.light input:checked {
            box-shadow: inset 0 0 0 0.2rem #47d185;
        }

    .vm-checkbox.light svg {
        stroke: #47d185;
    }

    .vm-checkbox.form-check-inline {
        display: inline-flex;
        align-items: inherit;
        margin-right: 1rem;
    }

        .vm-checkbox.form-check-inline label {
            margin-left: 0.4rem;
        }

.vm-line {
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 30%);
    margin: 1.5rem 0rem 1.5rem 0.3rem;
}

/*# sourceMappingURL=main.css.map */
