/*
Theme Name:   Legendary Toolkit Child
Description:  Write here a brief description about your child-theme
Author:       legendarylion
Author URL:   https://legendarylion.com
Template:     legendary-toolkit
Version:      1.1.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Legendary Toolkit Child
*/

#masthead {
    border-bottom: 1px solid #ababab;
}

header#masthead {
    box-shadow: none;
}

#masthead .navbar {
    margin-bottom: 0px;
}

#loginform {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
}

#loginform label {
    display: block;
}

#loginform input:not([type="checkbox"]) {
    /* display:block; */
    width: 100%;

}

#loginform .login-remember {
    margin-top: 20px;
}

.form-control {
    font-size: var(--body_font_size);
}

body label {
    display: block;
}

body:not(.single-courses) #main {
    padding-bottom: 80px;
}

body.home #main {
    padding-bottom: 0px;
}