/* html, body {
    min-height: 100vh;
    width: 100vw;
} */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: linear-gradient(135deg, #ff3131, #ffcbbf);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    /*background: repeating-linear-gradient(135deg, #ff3131, #ffcbbf);*/
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-width: 360px;
    /*background-repeat: no-repeat;
    background-attachment: scroll;*/
    overflow-y: auto;
    }

/*#background {
    background: linear-gradient(135deg, #ff3131, #ffcbbf);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    bottom: 0;
    z-index: -1;
    margin: 0;
}*/

#navitate {
    position: relative;
    width: auto;
}

.ora-button {
    transition: all 0.3s ease;
    opacity: 1;
}
.ora-button:hover {
    opacity: 0.7;
}
.about-site#inner-content {
    color: #f5f3f0;
    font-size: 25px;
}

.about-site p {
    font-size: 22px;
}
.terms-site {
    margin:30px;
    box-sizing: border-box; 
}

#content {
    max-width: 100%;
}

#verif-code {
    width: 110px !important;
}


#loader {
  width: 40px;
  height: 40px;
  border: 5px dotted #ff3131;
  border-radius: 50%;
  display: none;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

@media (max-width: 360px) {
    body {
        background: #ff615d;
    }
}
  

@media (max-width: 1099px) {
    #navitate {
        height: 52px;
        display: inline;
        margin-left: 6vw;
    }
    #header-bar {
        padding-top: 20px;
    }
    .header.header-link {
        height: 5px;
        width: 40px;
        display: none;
    }
    #content {
        position: relative;
        padding: 30px 50px;
        color: #252525;
    }
    #login-div {
        width: 300px;
        margin: auto;
        padding: 12px 20px;
        background-color: #f5f3f0;
        color: #252525;
        border-radius: 16px;
    }
    #login-div:after {
        content: "";
        display: table;
        clear: both;
    }
    #login-form .typing-field {
        font-size: 16px;
        width: fill-content;
        height: 32px;
        padding: 0 7px;
        border: 2px solid #909090;
        border-radius: 5px;
        margin: 5px 0;
    }
    #login-form label {
        color: #252525;
        margin: 3px 0;
    }
    #login-form #submit-button {
        color: #252525;
        border-radius: 5px;
        width: 40px;
        text-align: center;
        width: 110px;
        height: 40px;
        border-radius: 25px;
        border: none;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        color: #f5f3f0;
        letter-spacing: 1px;
        font-size: 18px;
        margin-right: 10px;
        float: right;
        cursor: pointer;
    }
    #login-form #login-failed-message{
        color: #ee3f3f;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
    }
    
    .login #login-text {
        color: #404040;
        margin-bottom: 20px;
        margin-bottom: 10px;
    }
}



@media (min-width: 1100px) {
    #navitate {
        margin: 23px 1vw 23px 4vw;
        height: 64px;
    }
    .header {
        display: inline-block;
        color: #f5f3f0;
    }
    .header-link {
        letter-spacing: 2px;
        text-decoration: none;
        transform: translate(0,-140%);
        font-size: 18px;
        margin: 40px 30px 0 30px;
    }
    .header-link:hover {
        text-decoration: underline;
    }
    #content {
        position: relative;
        padding: 30px 50px;
        color: #252525;
    }

    .login #login-div {
        width: 500px;
        height: 300px;
        margin: auto;
        padding: 12px 20px;
        background-color: #f5f3f0;
        color: #252525;
        border-radius: 20px;
    }
    .login #login-text {
        color: #404040;
        margin-bottom: 20px;
    }

    #login-form .typing-field {
        font-size: 16px;
        width: 300px;
        height: 32px;
        padding: 0 7px;
        border: 2px solid #909090;
        border-radius: 5px;
    }
    #login-form label {
        color: #252525;
    }
    #login-form #submit-button {
        border-radius: 5px;
        width: 40px;
        text-align: center;
        width: 110px;
        height: 40px;
        border-radius: 25px;
        border: none;
        background-color: #ff914d;
        background: linear-gradient(90deg, #ff3131, #ff914d);
        color: #f5f3f0;
        letter-spacing: 1px;
        font-size: 18px;
        margin-right: 10px;
        float: right;
        cursor: pointer;
    }
    #login-form #login-failed-message{
        color: #ee3f3f;
        font-family: "Quicksand", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
    }
}