.register-div-container {
    max-width: 92%;
    background-color: white;
    padding: 0;
    background: -webkit-linear-gradient(top, #2f88c9, #000000);
    color: #ffffff;
}

.page-bk-ground {
    background: -webkit-linear-gradient(top, #b3b3b32b, #00000047);
    padding: 100px;
}

.div-padding {
    padding: 50px;
}

.box-reg {
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.img-header {
    background: url(../images/slider/img-1.png) center center/cover no-repeat;
    padding-top: 210px;
}

.reg-box-feild {
    padding: 0 5%;
    padding-top: 55px;
    padding-bottom: 65px;
}

.form-controle {
    height: 38px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 15px;
}

.register-bank-info {
    border-top: 1px solid #384775;
    margin-top: 10px;
}

.register-company-details {
    border-top: 1px solid #384775;
    margin-top: 10px;
    margin-bottom: 20px;
}

.register-account-details h4 {
    margin-bottom: 20px;
}

.register-bank-info h4,
.register-company-details h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.register-btn-save {
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #ffba00;
    color: #010406;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
    margin-top: 10px;
}

.register-btn-save:hover,
.register-btn-save:focus {
    text-decoration: none;
    color: #0c0c0c;
    background-color: #ffffff;
    border:2px solid  #ffba00;
    font-weight: 800;
    outline: unset;
    outline-offset: unset;
}

.register-div-save {
    border-top: 1px solid #ffba00;
    text-align: center;
}


.form-control {
    border-radius: unset;
}

.input-group-addon {
    border-radius: unset;
}

.go-bottom .txtinput,
.go-bottom .textarea {
    width: 100%;
    /* border: 2px solid gray; */
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 12px;
    outline: 0;
}

.go-bottom .txtinput:valid,
.go-bottom .textarea:valid {
    background: white;
}

.go-bottom .txtinput:focus,
.go-bottom .textarea:focus {
    border-color: #66afe9;
}

.go-bottom .txtinput:focus+.label,
.go-bottom .textarea:focus+.label {
    background: #ffba00;
    /* #f06d06; */
    color: white;
    /* white; */
    font-size: 75%;
    padding: 1px 6px;
    z-index: 2;
    text-transform: uppercase;
    left: 15px !important;
}

.go-bottom .label {
    transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
    position: absolute;
    color: #999;
    padding: 7px 6px;
}

.go-bottom .textarea {
    display: block;
    resize: vertical;
}

.go-bottom .txtinput,
.go-bottom .textarea {
    padding: 12px 12px 12px 12px;
    /* padding:10px 20px; */
}

.go-bottom .label {
    top: -3px;
    bottom: -4px;
    left: 37px;
    width: calc(100% - 30px);
}

.go-bottom .txtinput:focus,
.go-bottom .textarea:focus {
    padding: 4px 6px 20px 6px;
    /* padding:10px 20px; */
}

.go-bottom .txtinput:focus+.label,
.go-bottom .textarea:focus+.label {
    /* top: calc(100% - 15px) ; */
    margin-top: 30px;
    height: 10px;
}

.go-right .label {
    top: 2px;
    right: 100%;
    width: 100%;
    margin-right: -100%;
    bottom: 2px;

}

.go-right .txtinput:focus+.label,
.go-right .textarea:focus+.label {
    right: 0;
    margin-right: 0;
    width: 40%;
    padding-top: 5px;

}

.att-file-text {
    height: 44px;
}

.att-btn {
    height: 44px;
    top: -5px;
}

.help-block {
    color: #ffffff;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5;
}

.form-controle {
    margin-bottom: 5px;
}

@media (max-width:667px) {
    .div-padding {
        padding: 0;
    }
}