body {
    background: #ABCDEF;
    display: flex;
    min-height: 90vh;
}

/* .login {
    color: white;
    background: url("../login-img/bgstyle21.jpg");
    background-size: cover;
    margin: auto;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2),
    0px 10px 20px rgba(0, 0, 0, 0.3),
    0px 30px 60px 1px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 20px;
} */
.login{
    color: white;
    margin: auto;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%), 0px 10px 20px rgb(0 0 0 / 30%), 0px 30px 60px 1px rgb(0 0 0 / 50%);
    border-radius: 8px;
    padding: 20px;
        background: #000;
        width: 100%;
    max-width: 800px;
}
@media(max-width: 845px){
    .login{
        margin: auto 15px;
    }
}
.login .head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .head .company {
    font-size: 2.2em;
    margin: 0;

}

.login .msg {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px;

}

.btn-login {
    background: none;
    text-decoration: none;
    color: #164282;
    box-shadow: 0px 0px 0px 2px white;
    border-radius: 3px;
    padding: 5px 2em;
    transition: 0.5s;
    width: 100%;
    font-weight: 900;
}

.btn-login:hover {
    background: white;
    color: dimgray;
    transition: 0.5s;
    width: 100%;
    color: #02977A;

}

.login .forgot {
    text-decoration: none;
    color: #f9da08 !important;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Biger';
}



footer {
    position: absolute;
    color: #136a8a;
    bottom: 10px;
    padding-left: 20px;
}

footer p {
    display: inline;
}

footer a {
    color: green;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .heart {
    color: #B22222;
    font-size: 1.5em
}

.logo img {
    max-width: 250px;

}


.btn {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 50%;
    margin: 10px;
}

.btn .content {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, .3);
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    transition: transform 600ms;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.btn .content .front {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(2rem);
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.btn .content .front .border {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateZ(2rem);
    height: 80%;
    width: 80%;
    border-radius: 50%;
    border: 4px solid rgb(255 255 255);
    backface-visibility: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.btn .content .back {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(-2rem) rotateY(.5turn);
    text-align: center;
    font-family: sans-serif;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.btn .content .back p {
    font-size: .9rem;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, .2);
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.btn .content .back .border {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateZ(-1rem);
    height: 80%;
    width: 80%;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.7);
    backface-visibility: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.btn .front i {
    font-size: 2rem;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.btn:hover .content {
    transform: rotateY(.5turn) rotateX(-.03turn);
}


.btn--3 i {
    color: #ffffff;
}

.logoStyleCss {
    text-align: center;
    padding: 10px;

}
.logoStyleCss  img {
    max-width: 190px;
  /*  padding: 10px;*/
   /* border-bottom: 1px solid #343434;*/
    }
.redirctPage {
    text-align: center;
}

.redirctPage p {
    font-size: 18px;

}

.error {
    font-size: 25px;
}

.error .msgSuccess {
    color: #ead174;
    text-align: center;
    font-weight: 600;
}

.error .msgError {
    color: #cb3f3f;
    text-align: center;
    font-weight: 600;
}


.conWallet {
    text-align: center;
}

.conWallet p {
    color: #fff0ef;
    font-weight: 600;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.moveColor {
    background: linear-gradient(144deg, #2f3134, #33d9f8, #2f3134, #33d9f8);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.backgroundImage {
    background: url("../login-img/bakground.html") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    z-index: -9999;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}


@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

button {
    background-color: unset !important;
    border: unset !important;
}

/* input {
    border: none;
    background: none;
    box-shadow: 0px 2px 0px 0px white;
    width: 100%;
    color: white;
    font-size: 1em;
    outline: none;
    margin-bottom: 20px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;


} */

input {
    border: none;
    background: none;
    box-shadow: 0px 1px 0px 0px #440b50;
    width: 100%;
    color: white;
    font-size: 1em;
    outline: none;
    margin-bottom: 20px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    box-shadow: 0px 0px 4px 3px #e5b705, 0px 0px 8px 1px #1337d5 inset;


}
select {
    border: none;
    background: none;
    box-shadow: 0px 1px 0px 0px #343434;
    width: 100%;
    font-size: 25px;
    color: white;
    outline: none;
    background-color: #191a1b;
    margin-bottom: 20px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    BORDER: 1px solid gery;
    /* border: 1px solid #dfb107; */

}

input::placeholder {
    color: #fff;
}

.form-item {
    text-align: center;
}


/*.regButton button {*/
/*    position: relative;*/
/*    padding: 10px 40px;*/
/*    margin: 0px 10px 10px 0px;*/
/*    float: left;*/
/*    border-radius: 3px;*/
/*    font-size: 20px;*/
/*    color: #FFF;*/
/*    text-decoration: none;*/
/*    background-color: #2ecc71;*/
/*    border: none;*/
/*    border-bottom: 5px solid #27ae60;*/
/*    text-shadow: 0px -2px #27ae60;*/
/*    -webkit-transition: all 0.1s;*/
/*    transition: all 0.1s;*/
/*}*/

/*.refButton button:hover, button:active {*/
/*    -webkit-transform: translate(0px,5px);*/
/*    -ms-transform: translate(0px,5px);*/
/*    transform: translate(0px,5px);*/
/*    border-bottom: 1px solid #2ecc71;*/
/*}*/

.regButton button{
    /*width: 100%;
    font-size: 25px;
    padding: 10px;
    background-color: #174283 !important;
    border-radius: 50px;
    color: #fff !important;
    font-family: 'Biger';*/
    font-family: 'Biger';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: 0.5s;
   /* margin-top: 30px;*/
    color: #fff;
    box-shadow: 0px 0px 4px 3px #e5b705, 0px 0px 8px 1px #1337d5 inset;
    width: 100%;
}


.button-new {
    /*position: relative;
    padding: 10px 40px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 3px;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    background: rgb(50,90,204);
    background: -moz-linear-gradient(0deg, rgba(50,90,204,1) 0%, rgba(51,217,248,1) 70%);
    background: -webkit-linear-gradient(0deg, rgba(50,90,204,1) 0%, rgba(51,217,248,1) 70%);
    background: linear-gradient(0deg, rgb(222 96 226) 0%, rgb(235 202 238) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#325acc",endColorstr="#33d9f8",GradientType=1);
    border: none;
    border-bottom: 5px solid #d7be5e;
    /* text-shadow: 0px -2px #000; */
    /*-webkit-transition: all 0.1s;
    transition: all 0.1s;
    color: #000 !important;*/
}

.button-new:hover, .button-new:active {
     color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffc107, 0 0 40px #ffc107, 0 0 50px #ffc107, 0 0 60px #ffc107, 0 0 70px #ffc107;
}
