html{
    font-size: 125%;
}
.g-recaptcha {
        margin-right:auto;
        margin-left:auto;
       text-align: center;
       width:300px;
       margin-top:20px;
}
.custom-btn{
    background-color: rgb(6, 81, 165) !important;
    color: rgb(255, 255, 255) !important;
}
.cancel-btn {
    background-color: rgb(169, 169, 169) !important;
    color: rgb(255, 255, 255) !important;
}
@media (pointer: fine) {
    .custom-btn:hover {
        opacity: 0.6;
        transition-duration: 0.05s;
    }
    .cancel-btn:hover {
        opacity: 0.6;
        transition-duration: 0.05s;
    }
}
.border2px{
    border: 2px solid rgb(221, 219, 218) !important;
}
.colorRed{
    color:red;
}
.colorBlue{
    color:blue;
}
.honinKakunin{
    border: 1px solid red;
    margin: 10px 0px;
    padding: 0.75rem;
    font-weight: bold;
    border-radius: 0.25rem;
}
.securityQuestion{
    border: 1px solid red;
    margin: 10px 0px;
    padding: 0.75rem;
    border-radius: 0.25rem;
}