﻿body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: transparent radial-gradient(closest-side at -64% 161%,#25c4eb 0,#009ac0 100%) 0 0 padding-box;
}

.login-main {
    text-align: center;
    padding-top: 80px;
}

.main-page {
    background: transparent radial-gradient(closest-side at -64% 161%,#25c4eb 0,#009ac0 100%) 0 0 padding-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100% !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.white {
    color: #fff;
}

.login-main .main-card {
    margin-bottom: 35px !important;
}

.main-page .main-card {
    background-color: #46b4cf;
    border-radius: 18px;
    max-width: 400px;
    margin: auto;
    padding: 15px 25px;
}

.logo-container {
    background-color: #fff !important;
}

    .logo-container img {
        max-height: 100%;
        max-width: 100%;
    }


img {
    border-style: none;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size:18px;
}

.form-group {
    margin-bottom: 1rem;
}

.login-button {
    width: 70%;
    font-size: 14px;
}