input {
    background-color: #FFF;
    border: 0.87px solid #D3D2D2;
    border-radius: 6.67px;
    height: 30px;
    align-self: center;
    color: #47464F;
    font-family: Montserrat;
    font-size: 80%;
    opacity: 0.8;
    padding: 5px;
}

label {
    color: #47464F;
    font-family: Montserrat;
    font-size: 75%;
    opacity: 0.8;
    text-align: left;
    margin: 10px 0px;
}

button {
    margin: 10px 0px;
    border-radius: 6.67px;
    width: 80%;
    height: 30px;
    align-self: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 100%;
    border-style: none;
}

input, button {
    width: 100%;
    height: 45px;
}

.boxForm{
    width: 75%;
    background-color: #FFF;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin: auto;
    max-width: 400px;
}

.logoOrm {
    width: 100%;
    height: 100%;
}

.dataEntry {
    display: flex;
    flex-direction: column;
    width: 80%;
}

a{
    display: flex;
    justify-content: center;
}

.start {
    margin-top: 20px;
    background-color: #2D3888;
}

.register {
    background-color: #FF7355;
}

.recovery {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.recovery > a {
    color: #2235A9;
    font-family: Montserrat;
    font-size: 75%;
}

#error {
    margin: 5px;
    color: #F11;
    font-family: Montserrat;
    font-size: 80%;
    text-align: center;
}

@media screen and (max-height: 600px){
    .logoOrm {
        width: 80%;
        height: 80%;   
    }
    
    button, .start {
        margin-top: 5px;
    }
}

@media screen and (max-height: 550px){
    .logoOrm {
        width: 70%;
        height: 70%;   
    }
    
    button, .start {
        margin-top: 5px;
    }
}

@media screen and (max-width: 550px) {
    .boxForm{
        width: 85%;
        padding: 20px 10px;
    }
    
    input, button {
        height: 35px;
    }
}
