.container{
    width: 100%;
    min-width: 300px;
}
.welcome_wrapper{
    margin-left: auto;
    margin-right: auto;
}
.hinchk_wrapper {
    margin: 20px auto;
    text-align: center;
    background-color: white;
    border-radius: 4px;
    max-width: 450px;
    padding-bottom: 40px;
}
.losses_wrapper {
    margin: 0 auto;
    text-align: center;
    background-color: white;
    max-width: 450px;
    padding-bottom: 20px;
    border-radius: 4px;
}

.apps_wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    background-color: white;
    border-radius: 4px;
    max-width: 450px;
    padding-bottom: 20px;
}

.app_store {
    width: 220px;
    height: auto;
}

.app_icon {
    width: 60px;
    height: 60px;
    padding: 5px;
}

.message_wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    background-color: white;
    border-radius: 4px;
    max-width: 435px;
    padding: 5px;
    color: #483291;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #483291;
}
.bfxhdr {
    color: white;
    min-height: 46px;
    text-align: center;
    padding: 20px;
    background-color: #2c5085;
    border-radius: 4px 4px 0 0;
    font-size: 27px;
    line-height: 30px;
}
.bfxspl{
    margin-top: 10px;
    color: white;
    height: 22px;
    text-align: center;
    padding: 5px 0;
    background-color: #2c5085;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
}
.hinchk{
    margin-top: 20px;
    padding: 10px;
    background-color: white;
    font-size: large;
}
.hin-prompt{
    padding: 10px;
}
#hin_no{
    font-size: 28px;
    height: 65px;
    padding: 10px;
    line-height: 1.5;
    border-radius: 6px;
    width: 70%;
    text-align: center;
}
input[type="text"]{
    border: 1px solid #ccc !important;
}
.get_history{
    margin-top: 10px;
    margin-right: 4px;
    background-color: white;
    color: #2c5085;
    border: 2px solid #2c5085;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.4s;
}

.get_value{
    margin-top: 10px;
    background-color: white;
    color: #2c5085;
    border: 2px solid #2c5085;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.4s;
}
.get_value:hover, .get_history:hover {
    background-color: #6dc3f5;
    color: #fefefe;
}
.get_value .validated, .get_history .validated{
    background-color: #6dc3f5;
    color: #ffffff;
}
.container{
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.hin_fox {
    position: absolute;
    left: 40px;
    top: 140px;
    height:600px;
    width: 360px;
    background-image: url('../../../images/boatfax_foxy_right.png');
    background-repeat: no-repeat;
    z-index: 1;
}

@media all and (max-width: 1075px) {
    .hin_fox {
        display:none;
    }
}
@media all and (max-width: 400px) {
    #hin_no {
        font-size: 26px;
    }
}

