﻿.kaseya-page-layout {
    font-family: "Roboto", sans-serif;
    background-color: #199ED9;
}

.card {
    z-index: 3;
    max-width: 400px;
    border-radius: 4px;
    background-color: #fff;
}

.waves {
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    width: 931px;
    height: 631px;
    background: linear-gradient(294.77deg, #F7F7F8 12.81%, #EAEAEA 34.17%, #EAEAEA 62.29%, #F7F7F8 85.67%);
    background-repeat: no-repeat;
}

.waves-top {
    right: 0;
    top: 0;
    background-image: url(/img/kaseya-waves-top.svg);
    background-position: right top;
}

.waves-bottom {
    left: 0;
    bottom: 0;
    background-image: url(/img/kaseya-waves-bottom.svg);
    background-position: left bottom;
}

.waves-overlap {
    position: absolute;
    z-index: 2;
    width: 931px;
    height: 631px;
    background: linear-gradient(316deg, #199ED9 0%, rgb(255,255, 255, 0) 50%, #199ED9 100%);
}

.waves-overlap-top {
    right: 0;
    top: 0;
}

.waves-overlap-bottom {
    left: 0;
    bottom: 0;
}

.logo-container {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.kaseya-h1 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}

.kaseya-h3 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.kaseya-body-regular {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.kaseya-link {
    color: #199ED9;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

.kaseya-info-section {
    z-index: 1;
    color: white;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
}

.link-container {
    width: 85px;
    height: 85px;
    background: #E8F1FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-container i {
    font-size: 44px;
}

.kaseya-subtitle {
    color: #626D7A;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.spinner {
    width: 32px;
    height: 32px;
    border: 4px solid #BFC5CB;
    border-bottom-color: #199ED9;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
