﻿ .has-float-label {
    display: block;
    position: relative;
}

.gray-bg, .bg-muted {
    background-color: #fff !important;
    background-size: cover;
}
/*.gray-bg, .bg-muted {
   background-color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#fff),to(#fff));
    background-image: linear-gradient(180deg,#fff 10%,#fff 100%);
    background-size: cover;
}*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .55rem;
}

.btn-gigaprofits {
    background-color: #00DAFC !important;
    border-color: #00DAFC !important;
    color: #fff !important;
    height: 52px !important;
    border-radius: 10px;
    font-size: 19px !important;
}

.form-control {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #e5e6e7 !important;
    border-radius: 10px !important;
    color: inherit !important;
    display: block !important;
    padding: 6px 12px !important;
    height: 52px !important;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100% !important;
    font-size: 14px !important;
}

.form-control-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

.text-gray-900 {
    color: #3a3b45 !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.shadow {
    box-shadow: 0 .15rem 1.75rem black !important;
}

 
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

.img-1 {
    height: 40px;
    margin-top: 200px;
}

.gray-bg, .bg-muted {
    background-color: #f3f3f3 !important;
}

.navbar-fixed-top, .navbar-static-top {
    background: #fff !important;
}

.form-control, .single-line {
    background-image: none;
    border: 2px solid;
    background-color: none;
    border-color: rgba(57, 76, 96, 0.3) !important;
    height: 50px !important;
    border-radius: 10px !important;
    color: inherit;
    display: block;
    padding: 12px 18px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 17px;
}

.labell {
    background-color: none;
    color: #5e5e5e;
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    margin-left: 10px;
    font-weight: 600;
    padding: 20px 20px;
    text-shadow: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-right: 10px !important;
    line-height: normal;
}

.form-controll {
    height: 50px !important;
    border-radius: 5px !important;
    color: inherit;
    display: block;
    padding: 12px 18px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 17px;
}

.img-feature {
    height: auto;
}

.silver-card {
    background-color: white;
    width: 320px;
    margin: auto;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 25px 50px rgba(0,0,0,0.3);
    animation: yourAnimation1 0.7s forwards 0s ease-in-out;
}

    .silver-card h2::after {
        content: "/mon";
        font-weight: normal;
        font-size: 2rem;
    }

.ibox-content {
    border-radius: 10px !important;
    background: linear-gradient(-45deg,#28b9f2,#0b5ca3);
}

.credit-box {
    width: 500px !important;
    margin-left: 300px !important;
    margin-top: -340px !important;
    border-radius: 10px;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 25px 50px rgba(0,0,0,0.4) !important;
}

#progressbar li {
    list-style-type: none;
    color: #616161;
    text-transform: uppercase;
    font-size: 9px;
    width: 50%;
    float: left;
    position: relative;
    text-align: center
}

    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 25px;
        line-height: 25px;
        display: block;
        font-size: 15px;
        color: #333;
        background: white;
        border-radius: 15px;
        margin: 0 auto 5px auto;
    }

    #progressbar li:first-child:after {
        content: none;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #015ca3;
        color: white;
    }

.ibox-contentt {
    box-shadow: none !important;
    border-color: rgba(57, 76, 96, 0.85) !important;
    padding: 3px 10px 3px 10px !important;
    border: 2px solid #7FC2F7 !important;
    border-radius: 5px !important;
}

#blur {
    width: 100%;
    background-color: black;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 120;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progress {
    z-index: 200;
    background-color: White;
    position: center;
    top: 0pt;
    left: 0pt;
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 45%;
    animation: spin 2s linear infinite;
    position: absolute;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #63a300 !important;
    border-color: #6ba90e !important;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(max-width:768px) {
    .img-feature {
        height: 40px;
    }

    .labell {
        font-size: 18px;
        padding: 20px 0px;
    }
}

.btn {
    background-color: #00DAFC !important;
    font-family: 'Varela Round', sans-serif;
    margin-top: 0px;
    transition: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .btn:hover {
        transform: scale(1.01);
        box-shadow: 0 10px 25px rgba(40,185,242,.6);
    }

.btn2 {
    background: linear-gradient(-45deg,#0b5ca3,#28b9f2) !important;
    font-family: 'Varela Round', sans-serif;
    width: 100%;
    height: 50px;
    border-style: none;
    border-radius: 10px;
    margin-top: 30px;
    transition: .15s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .btn2:hover {
        transform: scale(1.01);
        box-shadow: 0 10px 25px rgba(40,185,242,.6);
    }

.btn3 {
    background-color: white;
    border: 8px solid #fff;
    color: #28b9f2;
    font-family: 'Varela Round', sans-serif;
    margin-top: 40px;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.3);
    transition: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .btn3:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 50px rgba(93,228,235,.6);
    }

.btn4 {
    background-color: white;
    color: #28b9f2;
    border: 6px solid #fff;
    font-family: 'Varela Round', sans-serif;
    margin-top: 40px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.3);
    transition: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

    .btn4:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 50px rgba(93,228,235,.6);
    }

@keyframes yourAnimation1 {
    0% {
        transform: rotate(0) translateY(7%);
        opacity: 0;
    }

    100% {
        transform: rotate(0) translateY(0%);
        opacity: 1;
    }
}

.logo {
    width: 225px;
    height: auto;
    margin-top: 40px;
}

.main-box {
    height: 700px;
    border-radius: 10px;
    position: relative;
    background: #fff;
}

.signup-box {
    height: 700px;
    border-radius: 10px;
    position: relative;
    margin-top: -40px;
    /*background: linear-gradient(130deg, #0700dd 0%, #00f2ff 89%);*/
}

.box1 {
    margin-top: 55px;
    margin-left: 100px;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 25px 50px rgba(0,0,0,0.3) !important;
    animation: yourAnimation1 0.7s forwards 0s ease-in-out;
}

.box2 {
    max-width: 350px;
    height: 480px;
    background-color: #fff;
}

.text-1 {
    padding-top: 80px;
    max-width: 600px;
    margin-top: 550px;
    color: white;
    text-align: center;
    position: absolute;
}

.seperator .text {
    width: 30px;
    position: relative;
    background-color: #f7f6fe;
    color: #0d182f;
    text-align: center;
    margin: auto;
    z-index: 2;
    font-size: 12px;
    font-weight: 400;
}

.seperator .text {
    background-color: transparent;
}

.content-desktop {
    display: block;
}

.content-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .content-desktop {
        display: none;
    }

    .img-1 {
        height: 40px;
        margin-top: 40px;
    }

    .content-mobile {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        margin-top: 30px;
    }

    .main-box {
        height: 650px;
    }

    .signup-box {
        height: 650px;
        margin-top: -70px;
    }

    .box1 {
        margin-top: 15px;
        margin-top: 15px;
        margin-left: 15px;
        padding: 30px 30px 30px 30px;
        margin-right: 15px;
        position: relative;
    }

    .box2 {
        width: 305px;
        height: 480px;
    }

    .text-1 {
        margin-top: 500px;
        max-width: none;
    }

    .btn2 {
        margin-top: 30px;
    }

    .btn4 {
        margin-top: 30px;
    }

    .credit-box {
        width: 360px !important;
        margin: auto !important;
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 320px) {
    .credit-box {
        width: 310px !important;
    }
}

 