*{
    padding: 0;
    margin: 0;
}
.main-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(100vh - 170px);
}
.login-button {
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    margin-top: 20px;
    width: 280px;
}

.login-button img {
    max-width: 100%;
}

.logo-img {
    height: 40px;
}

.bg-primary {
    background: #0081cc;
    padding: 9px 15px;
    color: #fff;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.bg-primary:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 10px solid #0083cc;
    border-bottom: 16px solid transparent;
    top: 0;
    right: -9px;
}
.button-section strong{
    font-size: 18px;
}
.bg-default{
    color: #0081cc;
    padding: 8px 15px 8px 30px;
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-font {
    font-family: "univia-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #0081CC;
    font-size: 40px;
}

.logo-text {
    font-family: nitalago-ruika, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #737373;
    font-size: 40px;
}
.error-msg{
    font-size: 18px;
    color: #f00;
}
.footer-section{
    margin-top: 100px;
    background-color: #f6f6f6;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ddd;
    width: 100%;
}
.footer-content{
    padding: 20px 15px 15px;
}

.footer-content a{
    color: #0081cc;
    padding:0px 10px;
    text-decoration: none !important;
}
.text-center {
    text-align: center;
}
.inquiry-store {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.font-weight-bold{font-weight: bold;}
@media only screen and (max-width: 768px){
    .logo-img{
        height: 30px;
    }
    .logo-text{
        font-size: 30px;
    }
    .logo-font {
        font-size: 30px;
    }
    .main-section{
        height: auto;
        margin-top: 50px;
    }
    .footer-section{
        position: relative;
        margin-top: 50px;
    }
    .error-msg{
        width: 90%;
        margin: auto;
    }
    .inquiry-store{
        justify-content: center;
    }
    .inquiry-store-content{
        text-align: center;
        font-size: 14px;
    }
    .time-contact{
        margin-top: 10px;
    }

}
@media only screen and (max-width: 575px){
    .inquiry-store{margin-top: 15px;}
}
@media only screen and (max-width: 414px){
    .logo-text {
        font-size: 20px;
    }
    .logo-img {
        height: 20px;
    }
    .logo-font {
        font-size: 20px;
    }
}

.main-content-links {
    float: right;
    padding-right: 45px;
}
.site-info-link {
    color: #0081cc;
}