@import url('https://rsms.me/inter/inter-ui.css');
/* ::selection {
    background: #2D2F36;
}
::-webkit-selection {
    background: #2D2F36;
}
::-moz-selection {
    background: #2D2F36;
} */
body {
    background: #10312b;
    font-family: 'Inter UI', sans-serif;
    margin: 0;
    padding: 20px;
}
.page {
    background: #10312b;
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
    position: absolute;
    place-content: center;
    width: calc(100% - 40px);
}
@media (max-width: 767px) {
    .page {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.container {
    display: flex;
    height: auto;
    margin: 0 auto;
    width: 80%;
}
@media (max-width: 767px) {
    .container {
        flex-direction: column;
        height: 630px;
        width: 320px;
    }
}
@media (min-width: 279px ) and (max-width: 766px) {
    .container {
        flex-direction: column;
        height: 630px;
        width: 380px;
    }
}
.left {
    background: white;
    height: calc(100%);
    /* top: 20px; */
    position: relative;
    width: 60%;
}
@media (max-width: 767px) {
    .left {
        height: 100%;
        /* left: 20px; */
        width: calc(100%);
        max-height: 270px;
    }
}
.right {
    background: #691c32;
    box-shadow: 0px 0px 40px 16px rgba(0,0,0,0.22);
    color: #0000;
    position: relative;
    width: 40%;
    min-width: 303.34px;
}
@media (min-width: 821px) and (max-width: 1024px) {
    .right {
        flex-shrink: 0;
        height: 100%;
        width: 80%;
        max-height: 559.73px;
    }
}
@media (min-width: 768px) and (max-width: 820px) {
    .right {
        flex-shrink: 0;
        height: 100%;
        width: 80%;
        max-height: 509.73px;
    }
}
@media (max-width: 767px) {
    .right {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        max-height: 409.73px;
    }
}
@media (min-width: 279px ) and (max-width: 766px) {
    .right {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        max-height: 509.73px;
    }
}
label {
    color:  white;
    display: block;
    font-size: 14px;
    height: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}
input {
    border: 0;
    color:  #10312b;
    font-size: 15px;
    /* height: 30px; */
    line-height: 30px;
    outline: none !important;
    width: 100%;
}
input::-moz-focus-inner { 
    border: 0; 
}
/* #submit {
    color: #10312b;
    margin-top: 40px;
    border-color: #EDDDD4 !important;
    background-color: #EDDDD4 !important;
    border-radius: 18px !important;
    font-size: 15px;
    color: #fff !important;
} */
#submit:focus {
    color: #f2f2f2;
}
#submit:active {
    color: #d0d0d2;
}

button{
    width: 100%;
    border-radius: 20px!important;
}

@media screen and (max-width: 1150px){
    
    .left{
        display: none;
    }

}