/* default theme */
.jb-default-tpl * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jb-default-tpl input[type="text"],
.jb-default-tpl input[type="password"],
.jb-default-tpl input[type="email"] {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 1.2em;
    box-shadow: none;
    margin: 0 0 15px 0;
}

.jb-default-tpl input:-webkit-autofill,
.jb-default-tpl input:-webkit-autofill:hover, 
.jb-default-tpl input:-webkit-autofill:focus, 
.jb-default-tpl input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.jb-default-tpl input:active,
.jb-default-tpl input:focus {
    background: #fff;
    border-color: #1b95e0!important;
    box-shadow: none!important;
}

.jb-default-tpl button {
    background: #D2C47A;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 35px;
    color: #192A19;
    font-weight: bold;
}

.jb-header {
    font-weight: 500;
    font-size: 1.6em;
    padding: 0 0 20px;
    text-align: center;
    color: #D2C47A;
}

.jb-default-tpl .jb-box,
.jb-default-tpl .jb-warn-box {
    max-width: 500px;
    background: #315131;
    padding: 25px;
    margin: 20px auto;
    border-radius: 10px;
}

.jb-default-tpl .jb-warn-box {
    background: #f2dedf;
    font-size: 1.4em;
    color: #a24850;
    text-align: center;
}