h3 {
    font-weight: bold;
}

#ask_email, #password, #ripetipwd {
    width: 100%;
    font-size: 1.5rem;
}

#password, #ripetipwd {
    padding-right: 24px;
}

.alert.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.showide {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 10px;
    right: 21px;
    cursor: pointer;
}

.hidepwd {
    display: none;
}

.showpwd:hover {
    color: #00ba00;
}

.hidepwd:hover {
    color: #ba0000;
}