@font-face {
  font-family: ErrorPageFront;
  src: url(/iPoS_Client/download/aio/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Regular.ttf);
}


.error-header{
    font-family: ErrorPageFront;
    font-weight: bold;
    font-size: 28px;
    color: #D31145;
}


.to-login{
    color: #D31145;
    font-family: ErrorPageFront;
    color: #D31145;
    background: white;
}


.error_msg{
    color: #D31145;
    font-family: ErrorPageFront;
    text-decoration: underline;
    font-size: 25px;
}

.to-login:hover{
    background: white;
    color: #D31145;
    font-family: ErrorPageFront;
    cursor: pointer;
}

.link_to_home{
    font-family: ErrorPageFront;
    font-weight: bold;
    font-size: 26px;

    display:inline-block;
    padding:0.3em 1em;
    margin:0 0.3em 0.3em 0;
    border-radius:0.2em;
    box-sizing: border-box;
    color: white;
    background-color:#D31145;
    box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align:center;
    position:relative;

}



.link_to_home:hover{
    font-family: ErrorPageFront;
    font-size: 26px;
    cursor: pointer;
    font-weight: bold;
}