body {
    color: aliceblue;
}

.loading {
    display: none;
    height:120%;
    width: 100%;
    position: absolute;
    top: 0px;
    background: rgba(0,0,0,0.5);
}

.logo-banner {
    max-width: 300px;
    display: block;
    text-decoration: none!important;
    margin: auto;
}

.logo-banner h1 {
    font-size: 22px !important;
}

.form-custom-wrapper .row {
    margin-bottom: 30px;
}

.custom-form {
    height: 60px;
}

.link-in-form {
    display: block;
    color: aliceblue;
    max-width: 290px;
    font-size: 1.2em;
    margin: auto;
}

.menu-item {
    display: inline-block;
    margin: 12px 15px;
    color: #fff;
    font-size: 115%;
    text-decoration: none;
    padding-bottom: 15px;
    border-bottom: #fff 1px solid;
}

.menu-item:hover {
    border-bottom: #000411 1px solid;
    color: #c0c3cd;
}

.tool-section {
    padding: 25px;
    border: 1px solid;
    margin:20px auto 50px;
}
