body {
    background: url("../images/bgred.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.registration {
    margin: 20px;
    padding: 20px;
    border: 1px solid #eee;
    height: 90vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}
.section {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f00;
    min-height: 20px;
    flex-direction: column;
}
input,
select {
    border-radius: 0px !important;
    margin-bottom: 15px !important;
}
label {
    margin-top: 10px;
    color: #fff;
}
.form {
    padding: 15px;
    background: #1f3a93;
    box-shadow: 0px 0px 157px 10px #000;
}
input[type="checkbox"],
input[type="radio"] {
    position: relative !important;
    opacity: 1 !important;
    z-index: 50 !important;
}

.logo {
    width: 100px;
    /* border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px; */
    /* border-radius: 100px; */
}

.apply-btn {
    background-color: #fb236a;
    border: 2px solid #fb236a;
    color: white;
    border-radius: 50px;
    padding: 10px 27px !important;
}

.job-field select {
    float: left;
    width: 100%;
    background: no-repeat;
    border: none;
    font-size: 13px;
    color: #888888;
    margin: 0;
    padding: 0 70px 0 30px;
    height: 61px;
    line-height: 61px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
