
    .box-form{
        border: 1px solid #dddddd;
        padding: 10px 20px 24px;
        margin-bottom: 25px;
        position: relative;
    }
    .box-form h2{
        font-size: 16px;
        line-height: 26px;
        padding: 0 8px;
        text-transform: uppercase;
        color: #333;
        display: inline-block;
        position: absolute;
        top: -15px;
        left: 20px;
        background: #fff;
    }
    .w-form .row-form {

    }
    .w-form .row-form label {
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #333;
        margin-top: 10px;
        font-weight: 400;
    }
    .w-form .row-form label span{
        color: #cf010d;
        margin-left: 3px;
    }
    .w-form .row-form .form-control {
        border: 0;
        height: 28px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 2px 10px;
        border-top: 1px solid #b7b7b7;
        border-left: 1px solid #b7b7b7;
        background: #efefef;
    }
    .w-form1 .row-form .form-control{
        height: 24px;
    }
    .w-form .row-form .rf_right .sub-form-control{
        border: 0;
        padding: 5px;
        border-top: 1px solid #b7b7b7;
        border-left: 1px solid #b7b7b7;
        background: #efefef;
    }
    .w-form .row-form .rf_right .item_seclect{
        position: relative;
        width: 70px;
        height: 28px;
        margin-right: 20px;
        display: inline-block;
    }
    .w-form .row-form .rf_right .item_seclect:after{
        content: '/';
        position: absolute;
        right: -12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .w-form .row-form .rf_right .item_seclect:nth-child(3){
        margin-right: 0;
    }
    .w-form .row-form .rf_right .item_seclect:nth-child(3):after{
        content: none;
    }
    .w-form .row-form .rf_right .box-right{
        display: inline-block;
        margin-right: 8px;
    }
    .button-form{
        margin-bottom: 20px;
        text-align: center;
    }
    .button-form button{
        margin: 0 4px;
    }
    .box-formF{
        margin-bottom: 15px !important;
    }
    .box-info{

    }
    .box-info h3{
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        font-family: 'SFUMachineRegular';
        background: #cf010d;
        text-transform: uppercase;
        font-weight: 400;
        padding: 3px 15px;
    }
    .box-info ul{
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
    .box-info ul li {

    }
    .box-info ul li a{
        font-size: 14px;
        color: #337ac6;
        line-height: 24px;
        padding: 8px 15px;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .box-info ul li a:hover{
        padding: 8px 15px 8px 25px;
        color: #cf010d;
    }
    .box-info ul li a:after{
        position: absolute;
        right: 15px;
        top: 50%;
        content: '\f105';
        font-family: fontawesome;
        font-size: 16px;
        color: #666666;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .remember_forget{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .remember_forget label{
        font-weight: normal;
    }
    .remember_forget input[type=checkbox],.remember_forget input[type=radio]{
        margin-right: 5px;
    }
    .remember_forget ul li{
        display: inline;
        position: relative;
    }
    .remember_forget ul li:after{
        content: '|';
        padding: 0 8px;
    }
    .remember_forget ul li:last-child:after{
        content: '';
    }
    #btnLogin{
        margin-bottom: 15px;
    }
    .w-form a{
        font-size: 14px;
        line-height: 24px;
        color: #33a3dd;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .w-form a:hover{
        color: #cf010d;
    }
    .dk p{
        margin-bottom: 8px;
    }
    .row-form #security_code.form-control {
        display: inline-block;
    }
    .row-form .input-group .input-group-text {
        display: table-cell;
        white-space: nowrap;
        vertical-align: middle;
        width: 1%;
    }
    .row-form .input-group .input-group-text img {
        max-width: initial;
    }

    @media screen and (max-width: 370px){
        .box-form h2{
            position: static;
            padding: 0;
        }
    }

    @media screen and (max-width: 350px){
        .w-form .row-form .rf_right .item_seclect{
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
        }
        .w-form .row-form .rf_right .item_seclect:nth-child(3){
            margin-bottom: 0;
        }
        .w-form .row-form .rf_right .item_seclect:after{
            content: none;
        }
        .w-form .row-form .rf_right .sub-form-control{
            width: 100%;
        }
    }