@charset "utf-8";
body{
    height: 100%;
    margin: 0;
    font-family: tahoma;
    font-size: 14px;
    background-image: url("../../public/images/background/bg.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}


label.error {
    color: red;
    font-size: 12px;
}

input[type="text"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

input[type="checkbox"].error {
    outline: #fc3b3b auto 5px;
    background-color: #ff0000 !important;
}

input[type="radio"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

input[type="password"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

input[type="time"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}
input[type="file"].error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}
textarea.error {
    background: #ffb5b5;
    outline: #fc3b3b auto 5px;
}

#loader{
    top: 0;
    z-index: 99;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.40);
    text-align: center;
    padding-top: 48vh;
    box-sizing: border-box;
}