﻿
.body {
    background-image: url(/App_Themes/images/Recruitment-back.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dimo-contact-box {
    margin: 5px;
    min-height: 425px !important;
}

.ms-bx-760 {
    max-width: 800px;
    width: 100%;
    margin: 15px auto;
}

.ms-inp {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3.5px 16px;
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 8px;
    height: 42px;
}

.DimoContent {
    font-family: yekan;
}

.ms-icon {
    position: absolute;
    left: 16px;
    top: 34px;
    background: #e6e6e6;
    padding: 5px 14px;
    border-radius: 5px 0px 0px 5px;
    font-size: 17px;
    color: #929292;
    width: 51px;
    text-align: center;
    height: 40px;
    border-right: 1px solid #ccc;
    font-weight: normal;
}

.ms_capcha {
    width: 100%;
    border-radius: 7px 0 0 7px;
}



.fa-exclamation-circle{
    padding-left:5px;
}

@media only screen and (max-width:760px) {
    .body {
        background: none;
    }
}
