body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    /*background-image: linear-gradient(45deg, #00bdff, #00a9e6) !important;*/
    background-image: url(../images/tighter-bg.jpg);
    background-size: cover;

}

.wrapper {
    padding: 50px 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

/* .box_header img {
    width: auto;
} */
.box_header img {
    width: 230px;
}

.boxx {
    opacity: 1;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.2rem 1rem #00000030;
    overflow-y: auto;
    padding: 30px;
}

.boxx .form-control {
    border-radius: 6px !important;
    border: 1px solid #d3d6dd;
    height: 50px;
    width: 100%;
    padding: 10px 15px;
    line-height: 26px;
    font-size: .9em;
    color: #415076 !important;
    transition: all .4s;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right-left-radius: 6px;
    border-left-left-radius: 6px;    
}

.boxx .form-control {
    color: #415076 !important;
    position: relative;
}

.boxx h2 {
    color: #0f1932;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-size: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}
.boxx a {
    color: #1d2544;
}
.boxx button.btn-danger {
    white-space: nowrap;
    text-align: center;
    background-color: #5d5ae5;
    border-color: #5d5ae5;
    border-radius: 0px 15px 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 2px;
    padding: 12px 20px;
    color: rgb(255, 255, 255);
    display: inline-block;
    box-shadow: 3px 3px 6px #00000026;
}
.boxx button.btn-danger:focus,
.boxx button.btn-danger.active,
.boxx button.btn-danger:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff;
    outline: none !important;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    border: 2px solid #5d5ae5;
}

.input-group-text i {
    color: #efeded;
}
.login_btn p {
    text-align: center;
    margin-bottom: 3px;
}

.login_btn p a{
    color: #5d5ae5;
}

.nk-df-bg, .nk-ovm, .nk-ovm:before, .nk-ovm:after, .has-bg, [class*='bg-'], .bg-image, .bg-video, .bg-video-cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.nk-ovm {
    z-index: -1;
}

.nk-ovm:before, .nk-ovm:after {
    bottom: -1px;
    left: -1px;
}

.nk-ovm:before {
    z-index: 1;
}


.nk-ovm-repeat:after {
    background-repeat: repeat;
    background-size: contain;
}

.nk-ovm-fixed:after {
    background-attachment: fixed;
}

.ovm-line {
    position: relative;
    width: 64%;
    max-width: 1280px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.nk-df-shape-i, .shape-i:after, .shape-i-bg {
    background-image: url(https://www.fiper.me/assets/images/shape-a2.png);
    content: '';
}

.ovm-line:before, .ovm-line:after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ovm-line:before {
    width: 1px;
    background: rgba(255, 255, 255, 0.05);
}

.ovm-line:after {
    width: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}
