﻿body {
    background-color: rgba(0,0,0,0.19) !important;
}

.FormButton {
    /*background-color: #00BFFF !important;*/
    background-color: #a50600 !important;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}

.spn_req {
    color: red !important;
}

input, textarea, select {
    outline: none !important;
}

@media screen and (max-width: 600px) {
    .mediaClass {
        margin: 0 !important;
        padding: 0 !important;
    }

    th, td {
        padding: .2em !important;
    }

    #CandidateForm {
        width: 200%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #divRegistration {
        width: 100% !important;
    }

    .tdDisplay {
        display: inline-block;
        padding: 5px !important;
        width: 100% !important;
        float: left;
    }
    
    .divChangepassword {
        padding: 0 !important;
        margin: 0 !important;
        width:100% !important;
    }
}
