.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    form{
        margin-top: 0;
        padding-top: 0;
    }

    .submit {
        .button-primary {
            background-color: #ff501e;
            width: 100%;
            border: 2px solid transparent;
            margin-bottom: 2rem;
        }
        .button-primary:hover {
            background-color: #08001e;
            color: white;
            transition: all 0.3s ease;
        }
    }

    #login-message {
        border-color: #ff501e;
        background-color: #f9f9f9;
    }

    #login {
        background-color: white;
        margin: 0;
        border-radius: 0.5rem;
        overflow: hidden;
        padding: 2rem;
        form {
            .forgetmenot {
                width: 100%;
                text-align: center;
                display: block;
                margin-bottom: 1rem;
                cursor: pointer;
            }
        }
        #nav, #backtoblog{
            text-align: center;
        }
    }
    #loginform,
    #lostpasswordform {
        border: none;
        box-shadow: none;
        border-bottom: 2px solid rgba(255, 80, 30, 0.2);
        padding: 0;
    }
    .language-switcher{
        margin-top: 1rem;
    }
    .probots-greetings{
        font-family: inherit;
        color: inherit;
        text-decoration: none;
    }
    .probots-greetings:hover{
        color: #ff501e;
    }
}
