﻿body {
}

.MainHeaderBackgroundColor {
    background-color: #779D9E;
}

.WebsiteBackgroundColor {
    background-color: #779D9E  !important;
}

.WebsiteTitle {
    margin: 20px 0px !important;
    color: #779D9E;
}

.WebsiteButton {
    background-color: #779D9E;
    color: white !important;
}

.WebsiteTextDarkBackgroundColor {
    background-color: #13181e !important;
}

.WebsiteTextLightBackgroundColor {
    background-color: white !important;
}

.WebsiteTextLightColor {
    color: white !important;
}

.WebsiteTextFont {
    font-family: 'Inter', sans-serif !important;
    font-size: 12pt !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-display: auto !important;
    font-weight: 300 !important;
}

.WebsiteFooter {
    width: 90% !important;
    margin: auto !important;
    text-align: center !important;
}


.WebsiteTextDarkColor {
    color: black !important;
}

.LoginFrame {
    max-width: 700px !important;
    margin: 120px auto 120px auto !important;
    padding: 0 !important;
    background-color: white !important;
}

.LoginTopFrameBorder {
    width: 100%;
    height: 20px;
    border: none;
    padding: 0px;
    margin: 0px;
}

    .LoginTopFrameBorder tr, td {
        border: none;
        padding: 0px;
        margin: 0px;
    }

.AllWidthSection {
    width: 100% !important;
}

.ImageAllWidth {
    width: 100% !important;
}

.LogoPosition {
    float: left !important;
    width: 300px;
}

.SocialMediaTable {
    border: none;
    border-collapse: separate;
    border-spacing: 2px 0px;
    width: auto;
    float: right;
    margin: 5px 0px;
    padding: 0px;
}

    .SocialMediaTable td {
        vertical-align: middle;
    }


.UserPhotoPresence48x48 {
    border-radius: 24px !important;
    /*border: 0.1px solid #779D9E;*/
    width: 48px;
    height: 48px;
}

.UserPhotoPresence64x64 {
    border-radius: 32px !important;
    /*border: 0.1px solid #779D9E;*/
    width: 64px;
    height: 64px;
}

.UserPhotoPresence96x96 {
    border-radius: 48px !important;
    /*border: 0.1px solid #779D9E;*/
    width: 96px;
    height: 96px;
}