/* Global settings */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

body{
    overflow-x: hidden;
    background-color: var(--Platonic);
    height: 100vh;
}

:root{
    --Platonic: #F5F5F5;
    --Tło: #171940;
    --Napisy_główne: #171940;
    --Napisy: #D9B97E;
    --Napisy_szare: #383838;
    --Login_register: #0667E7;
}

/* Right register section */

form .input-box {
    margin-bottom: 35px;
}

form .input-box:nth-child(5) {
    margin-bottom: 20px;
}

/* Other methos section */

.line {
    margin-top: 30px;
}

.title-other-method {
    margin-top: 20px;

}

.other-login-btn {
    height: 45px;
    border-radius: 7px;
}

.other-login-btn img {
    width: 30px;
    height: 30px;
}