body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: #060e1b;
}
canvas {
    position: absolute;
    width: 100%;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-27 {
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-27 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

/* .login-27:before { */
    /* position: absolute; */
    /* content: ''; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* background-color: rgba(0, 0, 0, 0.5); */
/* } */

.login-27 .form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    z-index: 999;
}

.login-27 .form-inner {
    max-width: 480px;
    width: 100%;
    margin: 30px;
    text-align: center;
    padding: 20px;
    border: solid 4px #8600eb;
    border-radius: 12px;
        background: #00000080;
}

.login-27 .bg-img {
    top: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    min-height: 496px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
}

.login-27 .pad-0 {
    padding: 0;
}

.login-27 .form-section p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

.login-27 .form-section p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.login-27 .form-section p a {
    font-weight: bold;
    color: #8600eb;
}

.login-27 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-27 .form-section .thembo {
    margin-left: 4px;
}

.login-27 .form-section h3 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

.login-27 .form-section .form-group {
    margin-bottom: 10px;
}

.login-27 .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-27 .form-section .form-box input {
    float: left;
    width: 100%;
}

.login-27 .form-section .input-text {
    padding: 15.5px 20px;
    font-size: 16px;
    outline: none;
    color: #616161;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-27 .form-section .logo img {
    height: 100px;
}

.login-27 .form-section .form-box img {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 23px;
    color: #616161;
    font-family: "Font Awesome 5 Pro";
}

.login-27 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-27 .form-section .btn-md {
    cursor: pointer;
    padding: 10px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 50px;
}

.login-27 .form-section input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-27 .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-27 .form-section .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-27 .form-section .btn-theme {
    background: #8600eb;
    border: none;
    color: #000;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 20px;
	margin-bottom: 10px;
}

.login-27 .form-section .btn-theme:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    background: #01b7a8;
	color: #fff;
}

.login-27 .none-2 {
    display: none;
}

.login-27 .form-section .terms {
    margin-left: 3px;
}

.login-27 .form-section .checkbox {
    font-size: 14px;
}

.login-27 .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

.login-27 .form-section .form-check a {
    color: #cccccc;
    float: right;
}

.login-27 .form-section .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-27 .form-section .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
}

.login-27 .form-section .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #cccccc;
}

.login-27 .form-section .checkbox-theme input[type="checkbox"]:checked + label::before {
    background: #fac132;
    border-color: #fac132;
}

.login-27 .form-section input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #fff;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
}

.login-27 .form-section input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-27 .form-section a.forgot-password {
    font-size: 16px;
    color: #cccccc;
    float: right;
}

.login-27 .logo img {
    margin-bottom: 5px;
}

.login-27 .info {
    max-width: 610px;
    padding: 50px;
    margin: 0 30px;
    background: rgba(0, 0, 0, 0.36);
    border: solid 4px rgb(243, 181, 44);
    text-align: center;
}

.login-27 .info h1 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.login-27 .info h1 span {
    color: #fac132;
}

.login-27 .info p {
    color: #cccccc;
    line-height: 28px;
    margin-bottom: 0;
}

.login-27 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.login-27 .social-list {
    padding: 0;
    text-align: center;
}

.login-27 .social-list li {
    display: inline-block;
}

.login-27 .social-list li a {
    margin: 1px;
    font-size: 14px;
    font-weight: 500;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.login-27 .social-list li a:hover {
    text-decoration: none;
}

.login-27 .facebook-bg {
    background: #4867aa;
}

.login-27 .facebook-bg:hover {
    background: #3d5996;
    color: #fff;
}

.login-27 .twitter-bg {
    background: #33CCFF;
}

.login-27 .twitter-bg:hover {
    background: #56d7fe;
}

.login-27 .google-bg {
    background: #db4437;
}

.login-27 .google-bg:hover {
    background: #dc4e41;
}

@media (max-width: 992px) {
    .login-27 .form-section {
        width: 100%;
    }

    .login-27 .form-section {
        justify-content: center;
        align-items: center;
        padding: 15px 0;
    }

    .login-27 .bg-img {
        min-height: 100%;
        border-radius: 5px;
    }

    .none-992 {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .login-27 .form-inner {
        margin: 0 15px;
        padding: 25px 15px;
    }
}


.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-control-label::before {
    border-radius: .25rem;
}
.form-access .custom-control-label::before{
    top: 2px;
}
.form-access .custom-control-label::after {
    top: 2px;
}
.custom-control-label::before {
    border: #2a2e39 solid 1px;
    background-color: #2a2e39;
    margin-right: 5px;
    padding: 0px 4px;
}

.d-i-flex {
    display: inline-flex;
}
.wallet_logo {
    margin-bottom: 0!important;
}
/*.wallet_logo li {
    margin-right: 10px;
}*/
.wallet_logo li img {
    max-width: 100%;
}