﻿
.recruitLoading {
    position: fixed;
    z-index: 999;
    display: none;
    width: 200px;
    height: 130px;
    left: calc(50% - 100px);
    top: calc(50% - 130px);
}

    .recruitLoading div { 
        text-align: center;
        width: 150px;
        background-color:#ffffffe8;
    }

        .recruitLoading div img {
            width: 70px;
        }


.contactMail {
    position: fixed;
    bottom: 40px;
    background-color: #2a3f54bc;
    color: white;
    padding: 10px;
    border-radius: 10px;
    font-size:12px;
}