.modal-dialog .close {
    width: 30px;
    height: 30px;
    background: url(../images/login/icon-close.png) no-repeat center center #fff;
    background-size: contain;
    text-indent: -9999px;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: -15px;
    z-index: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.pp-login .menu-tab {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.pp-login .menu-tab li {
    width: 50%;
    float: left;
    list-style: none;
    border-bottom: 4px solid #A3A8AF;
    text-align: center;
}

.pp-login .menu-tab li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #A3A8AF;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}

.pp-login .menu-tab .active {
    border-bottom: 4px solid #128AC4;
}

.pp-login .menu-tab .active a {
    color: #128AC4;
}

.pp-login .menu-tab .active a:focus {
    border: 0;
    text-decoration: none
}

.content-tab-login-signup {
    padding: 15px;
    padding-top: 10px;
}

.content-tab-login-signup .logo {
    display: inline-block;
}

.form-login {
    margin: 0;
    display: inline-block;
    padding: 0;
    width: 100%;
    max-width: 506px;
    margin-bottom: 28px;
}

.form-login li {
    width: 100%;
    float: left;
    list-style: none;
    margin-top: 15px;
    text-align: left;
}

.form-login .input {
    height: 48px;
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 12px 15px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D555D;
}

.form-login .input.erro {
    border: 1px solid #F00;
}

.form-login .checkbox {
    float: left;
    margin: 0;
}

.form-login .checkbox input[type="checkbox"] {
    display: none;
}

.form-login .checkbox input[type="checkbox"] + label {

    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #4D555D;
    padding: 0;
}

.form-login .checkbox input[type="checkbox"] + label span {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    margin-right: 8px;
}

.form-login .checkbox input[type="checkbox"] + label span {

}

.form-login .checkbox input[type="checkbox"]:checked + label span {
    background: #128AC4;
}

.form-login .checkbox input[type="checkbox"]:checked + label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    background: url(../images/login/icon-check.png) no-repeat center center;

}

.form-login .alink {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #16BCDC;
}

.form-login .button-b {
    margin-top: 30px;
    text-align: center;
}

.form-login .btn-submit {
    width: 100%;
    display: inline-block;
    height: 38px;
    cursor: pointer;
    border: 0;
    background: #16BCDC;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px;
}

.text-or {
    margin: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D555D;
    text-align: center;
}

.text-or:before {
    width: 100%;
    display: inline-block;
    content: "";
    height: 1px;
    background: #D6DAE2;
    position: absolute;
    left: 0;
    top: 50%;

}

.text-or span {
    background: #fff;
    padding: 0 6px;
    position: relative;
    z-index: 1;
}

.box-network-pp {
    display: inline-block;
    max-width: 320px;
    width: 100%;

}

.box-network-pp .ml {
    margin-left: 15px !important;
}

.form-signup {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-signup li {
    width: 100%;
    float: left;
    list-style: none;
}

.form-signup .row {
    margin: 0 -10px;
}

.form-signup .col-6 {
    padding: 0 10px;
    width: 100%;
    padding-bottom: 15px;
}

.form-signup .input {
    height: 48px;
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 12px 15px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D555D;
}

.form-signup .input.erro {
    border: 1px solid #F00;
}

.form-signup .checkbox {
    margin: 0;
    display: inline-block;
}

.form-signup .checkbox input[type="checkbox"] {
    display: none;
}

.form-signup .checkbox input[type="checkbox"] + label {

    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #4D555D;
    padding: 0;
}

.form-signup .checkbox input[type="checkbox"] + label span {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    margin-right: 8px;
}

.form-signup .checkbox input[type="checkbox"] + label span {

}

.form-signup .checkbox input[type="checkbox"]:checked + label span {
    background: #128AC4;
}

.form-signup .checkbox input[type="checkbox"]:checked + label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    background: url(../images/login/icon-check.png) no-repeat center center;

}

.form-signup .box-check {
    text-align: center;
}

.form-signup .button-b {
    margin-top: 30px;
    text-align: center;
}

.form-signup .btn-submit {
    width: 100%;
    display: inline-block;
    height: 38px;
    cursor: pointer;
    border: 0;
    background: #16BCDC;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px;
}

.box-radio {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #4D555D;
}

.box-radio .radio {
    position: relative;
    display: inline-block;
    color: #727272;
    font-weight: normal;
    margin: 0;
    margin-left: 8px;
    margin-right: 5px;

}

.box-radio .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.box-radio .radio input[type="radio"] + label {
    padding: 0;
}

.box-radio .radio input[type="radio"] + label .radio-label {

    background: #fff;
    border-radius: 100%;
    border: 2px solid #E9E9E9;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: -2px;

}

.box-radio .radio input[type="radio"]:checked + label .radio-label {
    border: 2px solid #128AC4;
}

.box-radio .radio input[type="radio"]:checked + label .radio-label:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #128AC4;
    left: 2px;
    top: 2px;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.box-radio .radio input[type="radio"]:focus + label .radio-label:before {
    outline: none;
}

.box-radio .radio input[type="radio"]:disabled + label .radio-label:before {

}

.box-radio .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.box-sign-up-done {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.box-sign-up-done .title {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #128AC4;
    margin-top: 10px;
}

.box-sign-up-done .des {
    margin: 0;
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #2E3A59;
}

.box-sign-up-done .des a {
    color: #128AC4
}
@media screen and (max-width: 768px) {
    .box-network-pp .fb {
        width: 120px;
    }

    .box-network-pp .gg {
        width: 120px;
    }

    .box-network-pp .ml {
        margin-left: 5px !important;
    }

    .text-or {
        margin-bottom: 15px;
    }

    .form-login {
        margin-bottom: 15px;
    }

    .box-sign-up-done .icon {
        width: 60px;
    }
}

@media screen and (min-width: 960px) {
    .modal-dialog {
        width: 100%;
        max-width: 820px;
    }

    .modal-dialog .close {
        width: 48px;
        height: 48px;
        right: 15px;
        top: 15px;
    }

    .pp-login .menu-tab li a {
        font-size: 24px;
        line-height: 36px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .content-tab-login-signup {
        width: 100%;
        display: inline-block;
        padding: 25px 60px 60px 60px;
    }

    .form-login .btn-submit, .form-signup .btn-submit {
        width: 235px;
    }

    .form-signup .row {
        margin: 0 -20px;
    }

    .form-signup .col-6 {
        padding: 0 20px;
        width: 50%;
        padding-bottom: 15px;
    }

    .form-signup .box-check {
        text-align: center;
        margin-top: 12px;
    }

    .form-signup {
        margin-top: 20px;
        margin-bottom: 28px;
    }

    .box-radio .radio {

        margin-left: 20px;
        margin-right: 17px;
        font-size: 16px;

    }

    .box-sign-up-done {
    }

    .box-sign-up-done .title {
        font-size: 24px;
        line-height: 24px;
        margin-top: 20px;
    }

    .box-sign-up-done .des {
        margin-top: 20px;
        font-size: 20px;
        line-height: 32px;
    }
}
