body{
    margin: 0;
}

.modalPopup {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 4;
    /*display: none*/
}

.popupForm {
    width: 100%;
    background: url(../images/pattern-right.png) no-repeat right top #fff;
    position: relative;
    /*top: 8%;*/
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    /* -webkit-box-shadow: 0px 0px 20px 0px #909090;
    box-shadow: 0px 0px 20px 0px #909090; */
    color: #000;
    font-family: Roboto, sans-serif
}

.popupForm .close-button {
    position: absolute;
    top: 3px;
    right: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #004a94;
    cursor: pointer
}

.popupForm .popupForm__wrapper {
    padding: 10px 15px;
}

.popupForm__content h2 {
    color: #004a93;
    font-size: 23px;
    font-weight: bold
}

.popupForm__content .bold {
    font-weight: bold
}

.popupForm__content .desc p.left {
    width: 90%
}

.popupForm__content .desc p.left2 {
    width: 75%
}

.popupForm__logo p {
    font-weight: bold
}

.popupForm__register {
    font-weight: bold
}

.popupForm__register h2 {
    text-align: center;
    font-weight: bold;
    font-size: 19px
}

.popupForm__register .item {
    margin: 10px auto
}

.popupForm__register .item__gender {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popupForm__register .item__gender label {
    margin-right: 20px;
    /*width: 100%;
    display: block;*/
}

.popupForm__register .item__gender form {
    font-size: 13px;
}

.popupForm__register .item-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #004a93;
    padding: 7px 0px
}

.popupForm__register .item-control::-webkit-input-placeholder {
    color: #000;
    font-weight: bold
}

.popupForm__register .item-control:-ms-input-placeholder {
    color: #000;
    font-weight: bold
}

.popupForm__register .item-control::-ms-input-placeholder {
    color: #000;
    font-weight: bold
}

.popupForm__register .item-control::placeholder {
    color: #000;
    font-weight: bold
}

.popupForm__register .item-radio {
    margin: 5px
}

.popupForm__register .item__condition {
    font-size: 11px;
    font-weight: normal
}

.popupForm__register .item.text-center {
    text-align: center
}

.popupForm__register .item .btn-blue {
    background: #004a93;
    color: #FFFFFF;
    border: 0px;
    padding: 7px 16px;
    cursor: pointer
}

.modal-open {
    overflow: hidden !important;
    padding-right: 17px
}


/*# sourceMappingURL=popupForm.min.css.map */
