.LoginBlock {
    width: 100%;
    height: auto;
    position: fixed;
    top: 5%;
    left: 0px;
}

.MidForm {
    margin: 0 auto;
    height: auto;
    width: 90%;
    max-width: 800px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.FormBenefitItem {
    padding-left: 30px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 700;
}

.RedT {
    left: 0px;
    position: absolute;
    width: 30px;
    text-align: center;
    color: #f00;
}

.LoginBlock input {
    border-radius: 3px;
    line-height: 30px;
    border: 1px solid #eee;
    padding-left: 10px;
    margin-bottom: 2px;
}

.FormDivTitle {
    line-height: 30px;
    width: 120px;
    font-weight: normal !important;
}

.contactInfo {
    line-height: 25px;
}

.LoginBlock select {
    border-radius: 3px;
    line-height: 35px;
    border: 1px solid #eee;
    padding-left: 5px;
    margin-bottom: 2px;
    width: 147px;
    height: 35px;
}

@media screen and (max-width: 475px) {
    .LoginBlock {
        position: relative;
        width: 100%;
        height: auto;
    }
}

