.blur {
    backdrop-filter: blur(8px);
    -webkit-filter: blur(8px);
}

.box {
    margin: 2rem;
}

.screen {
    /* height: 70vh */
    box-shadow: 0 0 16px 3px rgba(38, 36, 36, 0.6);
}

.header-login {
    margin: 0rem;
}

.header-login .logo {
    margin-top: 1rem;
}

.logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.header-login p {
    color: #6f6f6f;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    margin-top: 1rem;
}

.header-login .cad p {
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    margin-top: 1rem;
}

.navbar>.container .position {
    padding-right: 2rem;
}

.content {
    /* margin: 1rem */
}

.content h1 {
    font-family: 'Convergence', sans-serif;
    font-size: 3rem;
}

.content .bg {
    color: red;
}

.content p {
    color: white;
}

.navbarlink a {
    color: #ffffff;
    font-family: 'Convergence', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
}

.navbarlink .cad a {
    color: #447dc8;
    font-family: 'Convergence', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
}

.navbarlink active {
    color: red;
}

.style-btn01 {
    /* background: linear-gradient(322deg, #92276f, rgba(186, 74, 255, 0) 70%), linear-gradient(178deg, rgba(28, 60, 115, 0.91), rgba(0, 138, 255, 0.51) 70%), linear-gradient(24deg, #3d51a7, rgba(0, 255, 198, 0) 35%) */
    border-radius: 20px 3px 20px 20px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0);
    height: 40px;
    margin-top: 0.8rem;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.08);
}

.style-btn01:hover {
    border-radius: 20px 3px 20px 20px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0);
    height: 40px;
    margin-top: 0.8rem;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.08);
    color: #bf1fe0;
}

.style-btn02 {
    border-radius: 20px 3px 20px 20px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0);
    height: 40px;
    margin-top: 0.8rem;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.08);
    color: #447dc8;
}

.style-btn02:hover {
    background: linear-gradient(322deg, #92276f, rgba(186, 74, 255, 0.87) 70%), linear-gradient(178deg, rgba(28, 60, 115, 0.14), rgba(14, 102, 176, 0.05) 70%), linear-gradient(24deg, rgba(61, 81, 167, 0.13), rgba(0, 255, 198, 0) 35%);
    border-radius: 20px 3px 20px 20px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0);
    height: 40px;
    margin-top: 0.8rem;

    /* background-color: rgba(255, 255, 255, 0); */
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.form {
    margin: 0px;
}

.form input:focus {
    border: none;
    outline: none;
    outline-color: transparent;
}

.form .style-btn {
    /* background: linear-gradient(322deg, rgba(146, 39, 111, 0.94), rgba(186, 74, 255, 0) 70%), linear-gradient(178deg, rgba(28, 60, 115, 0.91), rgba(0, 138, 255, 0.51) 70%), linear-gradient(24deg, #3d51a7, #00ffc6 35%) */
    border-radius: 20px;
    border-width: 3px;
    border-color: rgba(0, 0, 0, 0);
    height: 40px;
    background-color: #ffffff;
    color: #447dc3;
    box-shadow: 1px 1px 10px rgba(116, 116, 116, 0.16);
}

.form .style-btn:hover {
    color: #36a3d7;
    box-shadow: 1px 1px 10px rgba(116, 116, 116, 0.16);
    border-width: 3px;
    border-color: #28a6d9;
}

.form label {
    color: #848484;
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.form ::placeholder {
    color: rgba(101, 101, 101, 0.72);
    font-family: 'Archivo', sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
}

.form ::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgba(101, 101, 101, 0.72);
    font-family: 'Archivo', sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
}

.form .checkbox-btn {
    border-radius: 10px;
}

.form .icon {
    position: relative;
    background-color: #36a3d7;
    width: 6px;
    height: 39px;
    margin-top: 2px;
}

.box-below {
    margin: 1rem;
}

.box-below p {
    color: #686868;
    font-family: 'Archivo', sans-serif;
}

.box-below a {
    text-decoration: none;
    color: #a4a4a4;
}

/* 4.5 Animation */
.pulsate {
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

@media screen and (min-width: 200px) and (max-width: 639px) {
    .container-sm {
        padding: 2rem;
    }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    /* margin-bottom: 4rem */
    width: 100%;
    height: 0px ;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
    margin: 5rem 0;

    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;

    /* rtl:remove */
    letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.social a {
    color: #447dc3;
}

.social .cad a {
    color: #ffffff;
}

.cadbtn {
    width: 50%;
    margin-top: 1rem;
}
