/*
    Theme Name:   Seek child
    Description:  Seek Child Theme
    Theme URI:
    Author:
    Author URI:
    Template:     seek
    Version:      1.0.0
    Text Domain:  seek
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

a {
    text-decoration: none;
    color: black;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
a:hover {
    color: #FF0036;
}

.form-group.password-gen button.generate-pass {
    font-size: 12px;
    line-height: 11px;
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
    text-align: center;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 38px;
    width: 100%;
}

.form-group.password-gen button.generate-pass:hover {
    background-color: #23272b;
    border-color: #1d2124;
}

.ad-container {
    text-align: center;
}