/*
Theme Name: TutorStarter-Child
Theme URI: https://themeum.com/
Description: Thème enfant de TutorStarter
Author: Themeum
Template: tutorstarter
Version: 1.0
*/


.tutor-frontend .tutor-login-wrap{
    box-shadow: none !important;
}

#ladom-login{
    display: flex;
    padding: 0 !important;
    height: 100vh;
}

#ladom-login .ladom-hero-visual{
    width: 50%;
    position: relative;
    background: #1e63b6;
}

#ladom-login .tutor-template-segment.tutor-login-wrap{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    max-width: none;
}


#ladom-login .ladom-hero-visual .image-wrapper.overlay-light{
    inset: 0;
    opacity: .2;
    position: absolute;
}

#ladom-login .ladom-hero-visual .image-wrapper.overlay-light img.responsive-cover-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ladom-login .tutor-template-segment.tutor-login-wrap .ladom-login-container{
    align-items: center;
    justify-content: center;
}

#ladom-login .tutor-template-segment.tutor-login-wrap .ladom-login-container .tutor-login-form-wrapper{
    max-width: 28rem;
}

