body {
    margin: 0 auto;
    padding: 0 auto;
    background: rgba(1, 1, 1, 0.1)!important;
    background-size: cover;
    height: 100%;
}

.v-application {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 23.871px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 500;
}

.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12 {
    padding: 4px!important;
}

.theme--light.v-input:not(.v-input--is-disabled) input {
    color: rgb(51, 51, 51);
    /* color:#383A3D; */
}

.v-text-field.v-text-field--enclosed .v-text-field__details {
    margin-bottom: 0px!important;
}

/* .loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 560px;
    padding: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .3);
    background-position: center;
} */


h2 {
    margin: 0;
    padding: 30px 0 40px;
    color: #BE5869;
    text-align: center;
}



.loginBox input[type="text"],
.loginBox input[type="password"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: rgb(63, 63, 63);
    font-size: 16px;
}

::placeholder {
    color: rgba(255, 255, 255, .5);
}

.loginBox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    background: linear-gradient(45deg, #FC354C, #0ABFBC);
    cursor: pointer;
    border-radius: 20px;
}

.loginBox input[type="submit"]:hover {
    background: linear-gradient(45deg, #0ABFBC, #FC354C);
}

.loginBox .a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.loginBox h5 {
    margin: 0;
    padding: 15px 0 0 0;
    text-align: center;
    color: #fff;
}

.loginBox h4 {
    margin: 0;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.loginBox h4 a {
    text-decoration: none;
    color: #BE5869;
}

.txt2:hover {
    color: black;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 0.3rem)!important;
    padding-left: var(--bs-gutter-x, 0.3rem)!important;
}

@media screen and (max-width: 988px) {
    .loginBox {
        width: 350px;
        height: 560px;
    }
}

@media screen and (max-width: 640px) {
    .loginBox {
        width: 350px;
        height: 560px;
        right: 10px;
    }
}

@media screen and (max-width: 320px) {
    .loginBox {
        right: 10px;
        width: 320px;
        height: 560px;
    }
}