body {
    padding: 0vw;
    margin: 0vw;

    -webkit-user-select: none;
    user-select: none;

    overflow-y: hidden;
}
.container {
    position: relative;
    width: 100vw;
    height: 100vh;
    text-align: center;
    justify-content: center;
}
.image-bg img {
    position: fixed;
    left: 40vw;
    top: 20vh;
    z-index: -1;
    scale: 3;
    rotate: 60deg;
    opacity: 80%;
}

.login-title {
    color: #252525;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 10vw;
}
input[type=email] {
    width: 26vw;
    height: 8vh;
    font-size: 2vw;
    text-align: center;
    background-color: #252525;
    color: white;
    border: none;
    border-bottom: solid 0.2vw #353535;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
    font-family: 'Montserrat';
    transition: all 0.2s;
    margin-bottom: 0.5vh;
}
input[type=text] {
    width: 26vw;
    height: 8vh;
    font-size: 2vw;
    text-align: center;
    background-color: #252525;
    color: white;
    border: none;
    border-bottom: solid 0.2vw #353535;
    border-top: solid 0.2vw #353535;
    font-family: 'Montserrat';
    transition: all 0.2s;
    margin-bottom: 0.5vh;
}
input[type=tel] {
    width: 20vw;
    height: 8vh;
    font-size: 2vw;
    text-align: center;
    background-color: #252525;
    color: white;
    border: none;
    border-bottom: solid 0.2vw #353535;
    border-top: solid 0.2vw #353535;
    font-family: 'Montserrat';
    transition: all 0.2s;
    margin-bottom: 0.5vh;
}
select {
    width: 6vw;
    height: 8.8vh;
    font-size: 2vw;
    text-align: center;
    background-color: #252525;
    color: white;
    border: none;
    border-bottom: solid 0.2vw #353535;
    border-top: solid 0.2vw #353535;
    font-family: 'Montserrat';
    transition: all 0.2s;
}
input[type=password] {
    margin-top: 0vh;
    width: 26vw;
    height: 8vh;
    font-size: 2vw;
    text-align: center;
    background-color: #252525;
    color: white;
    border: none;
    border-top: solid 0.2vw #353535;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    font-family: 'Montserrat';
    transition: all 0.2s;
    margin-bottom: 0.5vh;
}
input[type=submit] {
    margin-top: 5vh;
    width: 26vw;
    height: 8vh;
    font-size: 2vw;
    font-weight: 600;
    border: none;
    text-align: center;
    background-color: #252525;
    color: white;

    font-family: 'Montserrat';
    transition: all 0.2s;
    border-radius: 2vw;
}
input[type=submit]:hover {
    scale: 1.1;
}
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 80%;
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 2vw;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
    scale: 1;
    border: 0.2vw solid rgb(255, 255, 255);
    box-shadow: 0vw 0vw 0.5vw 0.1vw rgb(255, 255, 255);
}

.telephone-input {
    display: flex;
    text-align: center;
    justify-content: center;
}
.back-to-site img {
    position: fixed;
    top: 1vh;
    left: 1vw;
    width: 6vw;
    z-index: 9;
    transition: scale 0.3s;
    opacity: 90%;
}
.back-to-site img:hover {
    scale: 1.1;
}
.register-mobile {
    margin-top: 2vh;
}
.register-mobile button {
    font-family: Montserrat;
    width: 16vw;
    height: 4vh;
    font-size: 1.2vw;
    font-weight: 300;
    
    background-color: #252525;
    border-radius: 3vw;
    border: none;
    color: white;
    transition: all 0.4s;
    cursor: pointer;
}
.register-mobile button:hover {
    color: rgb(248, 89, 74);
}

.tg-verify {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    scale: 0;
    transition: all 0.3s;
}
.tg-verify-container {
    position: fixed;
    width: 80vw;
    height: 80vh;
    left: 10vw;
    top: 10vh;
    border-radius: 3vw;
    
    background-color: #fff; 
}
.tg-close-btn {
    position: fixed;
    left: 10vw;
}

.tg-close-btn img {
    filter: invert(0);
    width: 6vw;
}
.tg-close-btn button {
    background-color: transparent;
    border: none;
    font-size: 4vw;
    font-family: 'Open sans';
    font-weight: 600;
    cursor: pointer;
}
.tg-verify-title {
    position: relative;
    font-size: 4vw;
    font-family: 'Montserrat';
    color: rgb(0, 0, 0);
    top: 10vh;
    left: -0.5vw;
    text-align: center;
}
.tg-verify-code {
    text-align: center;
    margin-top: 17vh;
}
.tg-verify-code input {
    width: 6vw;
    height: 15vh;
    font-size: 8vw;
    margin-right: 1vw;
    border: solid 0.2rem #B10;
    border-radius: 1vw;
    background-color: #ffffff;
    color: black;
}
.submit-btn button {
    background-color: transparent;
    border: none;
}

.error {
    position: fixed;
    display: grid;
    width: 100vw;
    height: 100vh;
    background: #252525d0;
    z-index: 9999999;
    justify-content: center;
    justify-items: center;
    text-align: center;
    align-items: center;
    align-content: center;
    font-family: 'Montserrat';
    scale: 0;
    transition: all 0.3s;
}
.error-container {
    position: relative;
    width: 50vw;
    height: 50vh;
    background-color: #fff;
    border-radius: 2vw;
    display: grid;
    align-content: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
}
.title-err {
    position: relative;
    font-size: 2vw;
    font-weight: 500;
    padding-bottom: 5vh;
}
.title2-err {
    padding-bottom: 3vh;
    width: 35vw;
    font-size: 1.4vw;
}
.title3-err {
    opacity: 60%;
    font-weight: 700;
    padding-bottom: 10vh;
}
.title3-err span {
    color: red;
}
.err-btn {

}
.err-btn button {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 3vw;
    transition: all 0.3s;
    background-color: transparent;
    border: solid 0.2rem #252525;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-radius: 1vw;
}
.err-btn button:hover {
    color: red;
}



@media (max-width: 1920px) {
    .login-title {
        font-size: 6vw;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    .image-bg {
        
    }
}
@media (max-width:1200px) {
    .login-title {
        font-size: 10vw;
        padding-top: 5vh;
        padding-bottom: 15vh;
    }
    input[type=email] {
        width: 45vw;
    }
    input[type=password] {
        width: 45vw;
    }
    input[type=submit] {
        width: 45vw;
        border-radius: 4vw;
        font-size: 3vw;
    }
    input[type=text] {
        width: 45vw;
        font-size: 4vw;
    }
    input[type=tel] {
        width: 30vw;
        font-size: 3vw;
    }
    select {
        width: 15vw;
        font-size: 3vw;
        height: 8.6vh;
    }
    input[type=email]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=text]::-webkit-input-placeholder {
        font-size: 3vw;
    }
    input[type=email]:focus,
    input[type=password]:focus {
        scale: 1;
        border: 0.2vw solid #B10;
        box-shadow: 0vw 0vw 0.7vw 0.3vw rgb(255, 0, 0);
    }
    .register-mobile button {
        font-size: 2vw;
        width: 24vw;
        padding-bottom: 1vh;
    }
    .register-mobile {
        margin-top: 1vh;
    }
    .back-to-site img {
        width: 7vw;
        opacity: 70%;
    }
}
@media (max-width:992px) {
    .login-title {
        font-size: 10vw;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    input[type=email] {
        width: 45vw;
        font-size: 3vw;
    }
    input[type=password] {
        width: 45vw;
        font-size: 3vw;
    }
    input[type=text] {
        width: 45vw;
        font-size: 4vw;
    }
    input[type=tel] {
        width: 35vw;
        font-size: 4vw;
    }
    select {
        width: 10vw;
        font-size: 3.5vw;
        height: 8.4vh;
    }
    input[type=email]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=text]::-webkit-input-placeholder {
        font-size: 4vw;
    }
    input[type=submit] {
        width: 45vw;
        border-radius: 4vw;
        font-size: 3vw;
    }
    input[type=email]:focus,
    input[type=password]:focus {
        scale: 1;
        border: 0.2vw solid #B10;
        box-shadow: 0vw 0vw 0.7vw 0.3vw rgb(255, 0, 0);
    }
    .register-mobile button {
        font-size: 2.2vw;
        width: 28vw;
        padding-bottom: 1vw;
    }
    .register-mobile {
        margin-top: 1vh;
        padding-bottom: 1vh;
    }
    .back-to-site img {
        width: 8vw;
    }
}
@media (max-width:768px) {
    .login-title {
        font-size: 10vw;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    input[type=email] {
        width: 55vw;
        font-size: 4vw;
    }
    input[type=password] {
        width: 55vw;
        font-size: 4vw;
    }
    input[type=text] {
        width: 55vw;
        font-size: 5vw;
    }
    input[type=tel] {
        width: 40vw;
        font-size: 5vw;
    }
    select {
        width: 15vw;
        font-size: 4vw;
        height: 8.4vh;
    }
    input[type=email]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=text]::-webkit-input-placeholder {
        font-size: 5vw;
    }
    input[type=submit] {
        width: 55vw;
        border-radius: 4vw;
        font-size: 4vw;
    }
    input[type=email]:focus,
    input[type=password]:focus {
        scale: 1;
        border: 0.2vw solid #B10;
        box-shadow: 0vw 0vw 0.8vw 0.4vw rgb(255, 0, 0);
    }
    .register-mobile button {
        font-size: 2.5vw;
        width: 30vw;
    }
    .register-mobile {
        margin-top: 1vh;
    }
    .back-to-site img {
        width: 10vw;
    }
}
@media (max-width:576px) {
    .login-title {
        font-size: 10vw;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    input[type=email] {
        width: 65vw;
        font-size: 5vw;
    }
    input[type=password] {
        width: 65vw;
        font-size: 5vw;
    }
    input[type=text] {
        width: 65vw;
        font-size: 5vw;
    }
    input[type=tel] {
        width: 45vw;
        font-size: 5vw;
    }
    select {
        width: 20vw;
        font-size: 4vw;
        height: 8.5vh;
    }
    input[type=email]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=text]::-webkit-input-placeholder {
        font-size: 5vw;
    }
    input[type=submit] {
        width: 65vw;
        border-radius: 7vw;
        font-size: 5vw;
    }
    input[type=email]:focus,
    input[type=password]:focus {
        scale: 1;
        border: 0.2vw solid #B10;
        box-shadow: 0vw 0vw 0.9vw 0.5vw rgb(255, 0, 0);
    }
    .register-mobile button {
        font-size: 2.8vw;
        width: 34vw;
    }
    .register-mobile {
        margin-top: 1vh;
    }
    .back-to-site img {
        width: 14vw;
    }
    .error-container {
        width: 90vw;
        height: 70vh;
    }
    .title-err {
        font-size: 7vw;
        width: 80vw;
        font-weight: 700;
    }
    .title2-err {
        font-size: 4vw;
        width: 80vw;
    }
    .title3-err {
        font-size: 4vw;
        padding-bottom: 15vh;
    }
    .err-btn button {
        width: 60vw;
        padding-bottom: 4vh;
        padding-top: 4vh;
        font-size: 6vw;
    }
}
@media (max-width:377px) {
    .login-title {
        font-size: 10vw;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    input[type=email] {
        width: 65vw;
        font-size: 5vw;
    }
    input[type=password] {
        width: 65vw;
        font-size: 5vw;
    }
    input[type=text] {
        width: 65vw;
        font-size: 5vw;
    }
    input[type=tel] {
        width: 45vw;
        font-size: 5vw;
    }
    select {
        width: 20vw;
        font-size: 4vw;
        height: 8.4vh;
    }
    input[type=email]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=text]::-webkit-input-placeholder {
        font-size: 5vw;
    }
    input[type=submit] {
        width: 65vw;
        border-radius: 7vw;
        font-size: 6vw;
    }
    input[type=email]:focus,
    input[type=password]:focus {
        scale: 1;
        border: 0.2vw solid #B10;
        box-shadow: 0vw 0vw 0.9vw 0.5vw rgb(255, 0, 0);
    }
    .register-mobile button {
        font-size: 3.7vw;
        width: 45vw;
    }
    .register-mobile {
        margin-top: 1vh;
    }
    .back-to-site img {
        width: 18vw;
    }
}