
.btn-popup-signin {
    width: 350px;
    height: 35px;
    margin-bottom: 20px;
    border-radius: 25px;
    background-color: #3ebfd8;
    text-align: center;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

    .btn-popup-signin:hover {
        background-color: #2fb2cb;
    }

    .btn-popup-signin input {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-size: 12px;
        font-family: 'RobotoBold', sans-serif;
        line-height: 31px;
        text-transform: uppercase;
        background: none;
        border: none;
        text-decoration: none;
    }

.btn-popup-signup {
    width: 350px;
    height: 35px;
    margin-bottom: 20px;
    margin-top: 15px;
    border-radius: 25px;
    background-color: #3ebfd8;
    text-align: center;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

    .btn-popup-signup input {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-size: 13px;
        font-family: 'RobotoBold', sans-serif;
        text-transform: uppercase;
        line-height: 31px;
        background: none;
        border: none;
        text-decoration: none;
    }

.btn-popup-feedback input {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 13px;
    font-family: 'RobotoBold', sans-serif;
    text-transform: uppercase;
    line-height: 31px;
    background: none;
    border: none;
    text-decoration: none;
}

.btn-popup-feedback {
    width: 350px;
    height: 35px;
    margin-bottom: 20px;
    margin-top: 15px;
    border-radius: 25px;
    background-color: #3ebfd8;
    text-align: center;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}


.btn-popup-signup:hover {
    background-color: #2fb2cb;
}

.btn-popup-feedback:hover {
    background-color: #2fb2cb;
}

.btn-popup-feedback input {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 13px;
    font-family: 'RobotoBold', sans-serif;
    text-transform: uppercase;
    line-height: 31px;
    background: none;
    border: none;
    text-decoration: none;
}

.popup-signin {
    display: none;
    position: absolute;
    top: 190px;
    width: 438px;
    margin-left: -219px;
    padding: 15px 42px 15px 42px;
    left: 50%;
    border-radius: 10px;
    background-color: #ffffff;
    z-index: 999;
}

.sign-title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #1c1c1c;
    text-align: center;
}

.popup-signin .form-item:first-child {
    margin-bottom: 12px;
}

.popup-signin .form-item:nth-child(2) {
    margin-bottom: 19px;
}

.popup-signin .form-item:nth-child(3) {
    margin-bottom: 19px;
}

.form-item {
    width: 354px;
}

    .form-item input {
        margin: 0;
        border: 0;
        outline: 0;
        width: 100%;
        height: 36px;
        padding-left: 18px;
        background-color: #f3f5f7;
        -webkit-box-shadow: inset 0px 1px 1px 0px rgba(190, 195, 198, 0.6);
        -moz-box-shadow: inset 0px 1px 1px 0px rgba(190, 195, 198, 0.6);
        box-shadow: inset 0px 1px 1px 0px rgba(190, 195, 198, 0.6);
    }

        .form-item input[placeholder] {
            font-size: 14px;
            font-family: 'RobotoRegular', sans-serif;
            color: #808080;
        }

.form-checkbox {
    display: none;
}

.form-checkbox-custom {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 1px solid #cccccc;
    vertical-align: middle;
    cursor: pointer;
}

.form-label {
    display: inline-block;
    font-size: 13px;
    font-family: 'RobotoRegular', sans-serif;
    vertical-align: middle;
}

label {
    margin-bottom: 0;
}

.form-checkbox:checked + input[type="hidden"] + .form-checkbox-custom:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background: url(../images/landing-checkbox.png) 50% 50% no-repeat;
    border-radius: 0;
}

.form-checkbox-area {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}

.forget-pass {
    display: inline-block;
    width: 49%;
    text-align: right;
}

.popup-signin .forget-pass a {
    color: #206da7;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.popup-signin .noregist a {
    display: block;
    width: 100%;
    padding-top: 15px;
    color: #206da7;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ececec;
    text-decoration: none;
    text-transform: uppercase;
}

.popup-signup .regist a {
    display: block;
    width: 100%;
    padding-top: 15px;
    color: #206da7;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ececec;
    text-decoration: none;
    text-transform: uppercase;
}

.popup-feedback .regist a {
    display: block;
    width: 100%;
    padding-top: 15px;
    color: #206da7;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ececec;
    text-decoration: none;
    text-transform: uppercase;
}

.popup-signup {
    display: none;
    position: absolute;
    width: 438px;
    left: 50%;
    top: 190px;
    padding: 15px 42px 15px 42px;
    margin-left: -219px;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 999;
}

    .popup-signup .form-item {
        margin-bottom: 12px;
    }

        .popup-signup .form-item:last-child {
            margin-bottom: 58px;
        }

.popup-feedback {
    display: none;
    position: absolute;
    width: 438px;
    left: 50%;
    top: 190px;
    padding: 15px 42px 15px 42px;
    margin-left: -219px;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 999;
}

    .popup-feedback .form-item {
        margin-bottom: 12px;
    }

        .popup-feedback .form-item:last-child {
            margin-bottom: 58px;
        }

.privacy-policy {
    color: #000000;
    font-size: 13px;
    font-family: 'RobotoLight', sans-serif;
}

    .privacy-policy label {
        font-weight: normal;
    }

.popup-signup .privacy-policy a {
    color: #000000;
    font-size: 13px;
    font-family: 'RobotoLight', sans-serif;
    text-decoration: underline;
}

.ui-tabs-nav {
    list-style: none;
}

.ui-tabs ul {
    padding-left: 0;
}

#tabs .ui-tabs-tab {
    display: inline-block;
    width: 110px;
    height: 25px;
    color: #275a9c;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #dddddd;
    border-radius: 25px;
    outline: 0;
    margin-right: 8px;
}

    #tabs .ui-tabs-tab:last-child {
        margin-right: 0;
    }

    #tabs .ui-tabs-tab a {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 13px;
        text-decoration: none;
        outline: 0;
    }

#tabs .ui-tabs-active {
    color: #0066a1;
    font-family: 'RobotoBold', sans-serif;
    border: 2px solid #3ebfd9;
}

.popup-close {
    position: absolute;
    width: 13px;
    height: 12px;
    top: 10px;
    right: 15px;
    background-image: url(../images/popup-close.png);
    cursor: pointer;
}

.popup-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.35);
}



.popup-feedback,
.popup-signin,
.popup-signup {
    max-width: 95%;
    margin-left: 0;
    transform: translateX(-50%);
}

    .popup-feedback .form-item,
    .popup-signin .form-item,
    .popup-signup .form-item {
        max-width: 100%;
    }

.btn-popup-feedback,
.btn-popup-signin,
.btn-popup-signup {
    max-width: 100%;
}


@media (max-width: 479px) {
    .popup-signup #tabs .ui-tabs-tab {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .popup-signin .form-checkbox-area {
        width: 100%;
        margin-bottom: 10px;
    }

    .popup-signin .forget-pass {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

        .popup-signin .forget-pass a {
            float: none !important;
        }
}

