:root {
    --animate-duration: .6s;
}
.btn.btn-primary{
    background: #667eea;
}
.btn-check:active+.btn.btn-primary, .btn-check:checked+.btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show>.btn.btn-primary{
    background: #5145d2 !important;
}
.link-primary{
    color: #667eea;
}
.link-primary:focus, .link-primary:hover{
    color: #5145d2 !important;
}
body{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.body {
    background:url(../../images/back.jpg) no-repeat;
    background-size:100% 100%;
    /*background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 93%, 1)'/><path d='M20-5V5m0 30v10m20-30v10M0 15v10'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 59%, 59%, 0.11)' fill='none'/><path d='M-5 40H5M-5 0H5m30 0h10M35 40h10M15 20h10'  stroke-linecap='square' stroke-width='1' stroke='hsla(4, 93%, 77%, 0.14)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-18,0)' fill='url(%23a)'/></svg>")*/
}
.bodyManager {
    background:url(../../images/back-manager.png) no-repeat;
    background-size:100% 100%;
    /*background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 93%, 1)'/><path d='M20-5V5m0 30v10m20-30v10M0 15v10'  stroke-linecap='square' stroke-width='1' stroke='hsla(259, 59%, 59%, 0.11)' fill='none'/><path d='M-5 40H5M-5 0H5m30 0h10M35 40h10M15 20h10'  stroke-linecap='square' stroke-width='1' stroke='hsla(4, 93%, 77%, 0.14)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-18,0)' fill='url(%23a)'/></svg>")*/
}

.hide{
    display: none;
}

.input-reset {
    width: 65% !important;
}

.mb-10 {
    margin-bottom: 1.8rem !important;
}

.captcha-box {
    position: absolute;
    top: 2.2rem;
    right: 0;
    width: 35%;
    border: none;
    padding: 0;
    overflow: hidden;
}
.captcha-box a {
    display: inline-block;
    width: 90%;
    height: 100%;
    margin-left: 10%;
    border-radius: .475rem;
    overflow: hidden;
}
.captcha-box a img{
    width: 100%;
    border: none;
}
.main-box{
    border-radius: .5rem;
    display: flex;
    background: none;
}
.img-box{
    width: 620px;
    background-color: #f5f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
.img-box img{
    width: 450px;
}
.shadow-box {
    width: 500px;
    padding: 4rem 4rem 4rem 4rem !important;
    background: #fff;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.form-control.form-control-solid{

}

.w-lg-500px {
    padding: 0 !important;
}

.footer-box{
    position: absolute;
    bottom: 2rem;
    text-align: center;
}
.footer-box a{
    color: #eee !important;
}
.footer-box a:hover{
    color: #fff !important;
    text-decoration: underline !important;
}
.footer-box span{
    color: #eee !important;
}