@import url('https://rsms.me/inter/inter-ui.css');
/* ::selection {
  background: #2D2F36;
}
::-webkit-selection {
  background: #2D2F36;
}
::-moz-selection {
  background: #2D2F36;
}*/

.page * {
    font-family: 'Inter UI', sans-serif;
}

.loginpg {
    position: absolute;
    width: 100%;
    z-index: 7000;
    ;
    display: flex !important;
    justify-content: flex-end !important;
}

@media (max-width: 767px) {
    .page {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.page .container {
    display: flex;
    justify-content: flex-end !important;
    margin-top: calc(15%);
    width: 420px;
    height: 340px;
    /* margin-right:100px; */
}

@media (max-width: 767px) {
    .container {
        flex-direction: column;
        height: 630px;
        width: 360px;
    }
}



@media (max-width: 767px) {
    .page .left {
        height: 100%;
        left: 20px;
        width: calc(100% - 40px);
        max-height: 270px;
    }
}

.page .login {
    font-size: 50px;
    font-weight: 900;
    margin: 50px 40px 40px;
}


.page .right {
    background: #fff;
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
    color: #F1F1F2;
    position: relative;
    width: 100%;
}

.chkbox {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 200px;
}

    .chkbox span {
        display: block;
        color: #000 !important;
        font-size: 15px !important;
        margin-top: 5px !important;
        padding: 0px 10px 0px 0px;
    }

        .chkbox span:nth-child(2) {
            padding-top: 3px;
        }

@media (max-width: 767px) {
    .page .right {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        max-height: 350px;
    }
}

.page svg {
    position: absolute;
    width: 320px;
}

.page path {
    fill: none;
    stroke: url(#linearGradient);
    stroke-width: 4;
    stroke-dasharray: 240 1386;
}

.page .form {
    margin: 40px;
    position: absolute;
    z-index: 100000;
    width: 85%;
    min-height: 320px;
}

.page label {
    color: #0a2004;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.page input[type=text] {
    height: 20px;
}

.page input[type=submit]:hover {
    background-color: #0a2004;
}

.page input {
    background: #dbdbdb;
    border: 0;
    color: #290606;
    font-size: 20px;
    line-height: 30px;
    outline: none !important;
    padding: 4px 6px;
    width: 90%;
    margin-top: 5px;
}

.form .fbtn {
    width: 100px;
    padding: 7px 14px;
    font-size: 12px;
    border: 0;
    background-color: #3f4230;
    color: #fff !important;
    border-radius: 5px;
    margin-top:15px;
}

.page input::-moz-focus-inner {
    border: 0;
}

.page #submit {
    color: #707075;
    margin-top: 10px;
    transition: color 300ms;
}

    .page #submit:focus {
        color: #f2f2f2;
    }

    .page #submit:active {
        color: #d0d0d2;
    }





/****************** error style. *******************/
/********************************************************/

.inptv {
    display: flex;
    align-items: stretch;
}

    .inptv > div {
        display: block;
        width: 5px;
        margin-top: 5px;
    }


.err {
    background-color: red;
    /*display:none;*/
}

.errbox {
    /*display: blo;*/
    position: absolute;
    background: #99110c;
    padding: 10px 15px;
    width: 200px;
    color: #fff;
    bottom: -35px;
    right: 0px;
}

input, input:focus {
    font-size:13px !important;
}
/********************************************************/
/******************* error style. *********************/

.vrform .right > ul {
   display:block;
   color:grey;
   padding:5px 10px;
   margin:20px 40px 0px 40px;
   border-color:red !important;
   padding:0px 10px 0px 10px;
}


.vrform .right ul > li {
    font-weight:bolder;
    color:red !important;
}