@media (min-width: 320px) and (max-width: 990px) {
    .custom-register {
        max-width: 80%;
        margin-left: auto!important; 
        margin-right: auto!important;
    }
    .form-custom.club-register {
         padding: 0 25px;
    }
    .form-custom.club-register .group-checkbox label.error {
        position: absolute;
        bottom: -20px;
    }
    .form-custom.club-register .btn-col {
        text-align: center;
        padding-top: 15px;
    }
    .btn-col,
    .btn-col-last {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 15px;
    }
}

@media (min-width: 991px) {
.custom-register {
    max-width: 450px;
    margin-left: auto!important; 
    margin-right: auto!important;
}
}
.form-custom {
    margin-bottom: 50px;
}
.form-custom .form-group {
    /* margin-right: -15px;
    margin-left: -15px; */
    margin-bottom: 15px;
    height: auto;
    overflow: hidden;
}
.form-custom .group-checkbox {
    height: 50px;
    position: relative;
}

.form-custom .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 22px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    color: #555555;
    cursor: pointer;
}
.form-custom .control-label span {
    color: #ff0000;
}
.form-custom label.error {
    display: block;
    color: red;
    font-size: 12px;
}    
.form-control,
#organization_type_id {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-family: inherit;
    font-size: 15px !important;
    line-height: 1.42857143;
    color: #666666 !important;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ddd !important;
    border-radius: 2px !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#organization_type_id { 
    height: 40px;
}
.form-control:focus,
#organization_type_id:focus {
    border: 2px solid #bbb !important;
}

.btn-col {
    float: left;
    width: 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}

.btn-col-last {
    float: left;
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}

.btn-primary {
    background: #0070c9 none repeat scroll 0 0;
    border-radius: 3px !important;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    border: 0;
    padding: 16px 30px;
    line-height: normal;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}
.btn-primary:hover {
    opacity: 0.85;
    color: #ffffff;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.group-checkbox {
    
}
.group-checkbox label.error {
    position: absolute;
    bottom: -3px;
}
.club-register .btn-primary {
     margin-top: 0px;
}