body, html {
    font-family: 'Poppins', Verdana, sans-serif;
    font-size: 16px;
    color: #242832;
}

h1 {
    font-weight: bold;
}

.main {
    padding-top: 40px;
}

.main h1 {
    position: relative;
    margin-bottom: 30px;
}

.main h1::after {
    content: '';
    display: block;
    margin: 30px auto;
    width: 100%;
    max-width: 80px;
    height: 5px;
    background-color: #242832;
}

.main-form {
    padding: 30px 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 5px 30px #eaeaea;
    -moz-box-shadow: 0 5px 30px #eaeaea;
    box-shadow: 0 5px 30px #dddddd;
    /*text-align: right;*/
}

.main-form label {
    display: block;
    text-align: left;
}

.main-form input {
    margin-bottom: 20px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
}

.main-form #telefon {
    padding-left: 20px;
}

.main-form .telefon {
    position: relative;
}

.phone-helper {
    content: '+';
    position: absolute;
    left: 10px;
    top: 35px;
}

.username-input {
    display: flex;
    margin-bottom: 20px;
}

.username-input .form-control {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-grow: 1;
}

.username-input select.form-control {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    width: auto;
}

.signature-tooltip {
    font-size: 10px;
    padding: 2px;
    border-radius: 15px;
    background-color: #0bc4e5;
    color: #fff;
    display: inline-flex;
    height: 14px;
    width: 14px;
    justify-content: center;
    align-items: center;
    vertical-align: 4px;
}
