﻿#LoginLogo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 127px;
}

.LoginAdvert {
    position: absolute;
    height: 25%;
    width: 35%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    bottom: 0px;
    left: calc(50% - 17%);
}


.LoginBackground {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FFF;
    color: white;
    width: 350px;
    height: 450px;
    position: absolute;
    border: 5px solid #555555;
    left: calc(50% - 175px);
    top: calc(50% - 300px);
}

body {
    font-family: Tahoma;
    font-size: small;
    width: 100%;
    background-color: #2D2E32;
    height: 100vh;
    margin: 0px;
    color: whitesmoke;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ShowNone{
    display:none;
}

.PlatformRequest:hover {
    background: #00C98E !important;
    color: white;
}

.PlatformRequest {
    width: calc(100% - 20px);
    height: 30px;
    margin-bottom: 5px;
    margin-left: 10px;
    color: #464646;
    text-align: center;
    border-radius: 5px;
    font-size: 17px;
    line-height: 28px;
}