* {
    margin:0;
    padding:0;
}

body
{
    justify-content:center;
    align-items:center;
    background: #08001b;
    min-height: 100vh;
}
.toptitle {
background:#2a94de;
color:#fff;
background-size:100% 100%;
background-image:url('../Images/bg.jpg');
background-repeat:no-repeat;
overflow: hidden;
display:block;
width:100%;
line-height:100px;
padding:0;
margin:0px;
position:fixed;
}
.warntext{color:red;font-weight:bolder;}
/* .toptitle img{
    width:100%;
} */
.contentrow {
    display:inline-block;
    padding-top: 100px;
}
.clearboth {
    clear:both;
}

.container
{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
.container .card
{
    position:relative;
    width:20%;
    height:250px;
    background:#0c002b;
    display:flex;
    justify-content: center;
    align-items:center;
    margin:10px;
    box-shadow:0 10px 30px rgba(0, 0, 0, 0.2);
    overflow:hidden;
}
.container:hover .card
{
    opacity: 0.2;
}
.container .card:hover
{
    opacity: 1;
}

.container .card::before
{
    content:'';
    position:absolute;
    top:2px;
    left:2px;
    bottom:2px;
    width:50%;
    background:rgba(255, 255, 255, 0.05);
    pointer-events: none;
}
.container .card .content
{
    padding:20px;
    text-align: center;
}
.container .card .content h2
{
    position:absolute;
    right:30px;
    font-size:4em;
    font-weight:800;
    color:#1779ff;
    z-index:1;
    opacity: 0.1;
    transition:0.5s;
}
.container .card:hover .content h2
{
    opacity: 1;
    transform:translateY(-70px);
}
.container .card .content h3
{
    position:relative;
    font-size:2em;
    font-weight:800;
    color:#fff;
    z-index:2;
    opacity: 1;
    letter-spacing: 1px;
    transition:0.5s;
}
.container .card .content p
{
    position:relative;
    font-size:1em;
    color:#fff;
    z-index:2;
    opacity: 0.5;
    font-weight: 300;
    transition:0.5s;
}
.container .card:hover .content h3,
.container .card:hover .content p
{
    opacity: 1;
}
.container .card .content a
{
    display:inline-block;
    margin-top: 15px;
    padding:8px 15px;
    background:#009688;
    color:white;
    text-decoration:none;
    font-weight:400;
    font-size:1.5em;
}
.container .card span
{
    transition: 0.5s;
    opacity:0;
}
.container .card:hover span
{
    opacity:1;
}

.container .card span:nth-child(1)
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(to right,#0c002b,#1779ff);
    animation:animate1 2s linear infinite;
}
@@keyframes animate1 {
    0%{
        transform:translateX(-100%);
    }
    100%{
        transform:translateX(100%);
    }
}
.container .card span:nth-child(2)
{
    position:absolute;
    top:0;
    right:0;
    width:3px;
    height:100%;
    background:linear-gradient(to bottom,#0c002b,#1779ff);
    animation:animate2 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2 {
    0%{
        transform:translateY(-100%);
    }
    100%{
        transform:translateY(100%);
    }
}
.container .card span:nth-child(3)
{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(to left,#0c002b,#1779ff);
    animation:animate3 2s linear infinite;
}
@keyframes animate3 {
    0%{
        transform:translateX(100%);
    }
    100%{
        transform:translateX(-100%);
    }
}
.container .card span:nth-child(4)
{
    position:absolute;
    top:0;
    left:0;
    width:3px;
    height:100%;
    background:linear-gradient(to top,#0c002b,#1779ff);
    animation:animate4 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate4 {
    0%{
        transform:translateY(100%);
    }
    100%{
        transform:translateY(-100%);
    }
}
.imagecontainer {
    align:center;
    border:1px solid black;
}
.layerimg{
    align:center;
    max-width: 100%;
    max-height: 100%;
    /* display: block; */
    margin-top:0;
    margin-left:auto;
    margin-right:auto;
}
.phonemsg {
    padding-left:110px;
    width:450px;
    display:none;
}
.verifyinput {
    float:left;
    width:150px;
    margin-right:20px;
    display:inline-block;
    vertical-align:middle;
    position:relative;
}
.f{
    border: 1px solid #fa290d;
}
.helptxt {
    margin-right:0px;
    text-decoration:underline;
    color:#dddddd;
    display:inline-block;
    padding: 0px 0px;
    width: 90px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    box-sizing:content-box;
}
.helptxt:hover {
    color:white;
}
.regbtn {
    margin-left:50px;
}
.ctli{
    font-size:14px;
    margin-left:40px;
    line-height:40px;
    list-style:decimal;
}
.impt {
    font-weight: bold;
    color:red;
}
.price {
    width:fit-content;
    margin:auto; auto;
}
.formcontainer{
    margin-top:50px;
    width:100%;
    text-align: center;
}
#logintip {
    text-align:center;
    color:white;
    display:block;
    font-weight: 300;
    font-size:50px;
    height:40px;
    box-sizing:content-box;
    z-index: 999;
}
@media screen and (max-width: 450px) {
#priceinfo {
    text-decoration:underline;
    position: absolute;
    color:white;
    left: 0%;
    margin-top: 250px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    box-sizing:content-box;
    z-index: 999;
}
#contract {
    text-decoration:underline;
    color:white;
    display:inline-block;
    position: absolute;
    right: 0%;
    margin-top: 250px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    box-sizing:content-box;
    z-index: 999;
}
}
@media screen and (max-width: 500px) {
#priceinfo {
    text-decoration:underline;
    position: absolute;
    color:white;
    left: 10px;
    margin-top: 250px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    box-sizing:content-box;
    z-index: 999;
}
#contract {
    text-decoration:underline;
    color:white;
    display:inline-block;
    position: absolute;
    right: 10px;
    margin-top: 250px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    box-sizing:content-box;
    z-index: 999;
}
}
@media screen and (max-width: 1024px) {
#priceinfo {
    text-decoration:underline;
    position: absolute;
    color:white;
    left: 50px;
    margin-top: 250px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    box-sizing:content-box;
    z-index: 999;
}
#contract {
    text-decoration:underline;
    color:white;
    display:inline-block;
    position: absolute;
    right: 50px;
    margin-top: 250px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    box-sizing:content-box;
    z-index: 999;
}
}

@media screen and (max-width: 3000px) {
#priceinfo {
    text-decoration:underline;
    position: absolute;
    color:white;
    left: 150px;
    margin-top: 250px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    box-sizing:content-box;
    z-index: 999;
}
#contract {
    text-decoration:underline;
    color:white;
    display:inline-block;
    position: absolute;
    right: 150px;
    margin-top: 250px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    box-sizing:content-box;
    z-index: 999;
}
}
#login_container{
position: absolute;
left: 50%;
transform: translateX(-50%);
display:inline-block;
z-index: 1;
}
