@charset "UTF-8";
small.error {margin-top:-0.75rem;}
#input .catch {
    border-bottom: 4px solid #001E62;
    color: var(--asicsBlue);
}
#input .catch {
    margin-top: 10px;
}
#input .catch h1, #input .catch h2 {font-weight:bold;font-size:12px;}
#input .catch h1 span, #input .catch h2{font-size:16px;}
#input .catch h2{
    margin-top: 30px;
}
.formWrap{
    margin-top: 20px;
}
.form-group {
    margin-bottom: 40px;
}
div.receipt input{
    border-radius: 50px;
    position: relative;
}
div.receipt input::after{
    position: absolute;
    display: inline-block;
    content: "receipt";
    font-size: 24px;
    color: #cec9c9;
    right: 0.5em;
    
}
/*input[type="file"] {
    display: none;
}*/
#input .comformBtn{
    text-align: center;
    margin-top: 30px;
}
#input .comformBtn a{
    display: inline-block;
    background-color: var(--asicsBlue);
    color: var(--asicsYellow);
    font-size: 22px;
    font-weight: bold;
    border-radius: 50px;
    line-height: .8;
    padding: 25px 4em;
    letter-spacing: 1px;
}
#input .comformBtn span{
    font-size: 11px;
    font-weight: normal;
}
#input .comformBtn a:hover{
    background-color: var(--asicsLightBlue);
    color: #fff;
}
.alertBox{
background-color: #B100001D;
border-radius: 17px;
border: solid 1px #B10000;
padding: 10px 0px;
margin: 20px 30px;
text-align:center;
color: #B10000;font-weight: bold;
}

div.errorMsg {padding-top:0; padding-bottom:0;color: #B10000;font-weight: bold;font-size:14px;width:100%;background-color: #B100001D;}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #input .catch h1, #input .catch h2 {font-weight:bold;font-size:24px;}
    #input .catch h1 span, #input .catch h2 span {font-size:32px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
