.bodyLogin {
    height: 100vh;
    background-image: url(../assets/imagens/wallpaperLearning.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

img {
    height: auto;
}

.container-login {
    border-radius: 10px;
    min-height: 100vh;
    position: fixed;
    top: 10%;
    right: 4%;
    width: 40%;
    position: fixed;
    background-color: white;
}

.input-login {
    background-color: white;
}

.logo-login {
    max-width: 240px;
    padding-top: 0;
    padding-bottom: 0;
}

.title-registerbox {
    padding-top: 22px !important;
    padding-left: 0px;
}

.registerbox {
    padding-left: 0px;
}

.registerbox Label{
    padding-left: 2px !important;
    justify-content: center !important;
}

    .registerbox .mud-input-slot{
        height: 24px !important;
    }

    .mud-input-root-text {
        border-radius: 4px;
        border: 1px #FF7600 solid !important;
        border: none;
    }

.mud-input-slot {
    height: 24px !important;
    padding-left: 10px !important;
    font-size: 14px;
}

.mud-input-control {
    margin-top: 0 !important;
}

.esqueciSenhaInput a {
    text-decoration: none !important;
    margin-left: 2px;
    opacity: 60%;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.esqueciSenhaInput a:hover{
    opacity:90%;
}

@media (min-width: 768px){
    .title-registerbox {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .registerbox{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .logo-login {
        max-width: 300px;
        padding-left: 20px;
    }
    
    .mud-input-root-text {
        border-radius: 4px;
        border: 1px #FF7600 solid !important;
    }
    
    .mud-input-slot{
        height: 28px !important;
        padding-left: 10px !important;
    }
}

@media (min-width: 1024px){
    .title-registerbox {
        padding-top: 8px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 4px;
    }

    .registerbox{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .logo-login {
        max-width: 300px;
        padding-left: 20px;
        padding-top: 10px;
    }
}