﻿html {
    color: white;
    font-family: Verdana, 'Times New Roman';
    font-size: 12px;
}

body {
    background-color: #2F1BD2;
    background-image: url(../../App_Themes/Default/Images/bos.png);
    background-position: center top;
    background-position-y: 30px;
    background-repeat: no-repeat;
    background-size: 855px 386px;
}

#info {
    left: 45%;
    position: absolute;
    text-align: right;
    top: 150px;
    width: 475px;
}

#logon {
    font-size: 14px;
    left: 45%;
    margin: 10px 0px 0px 0px;
    position: absolute;
    top: 0px;
}

#main {
    left: 50%;
    position: absolute;
    top: 450px;
    transform: translate(-50%, -50%);
    width: 850px;
}

#organisation {
    font-size: 30px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 0px;
    transform: translate(-50%, 0);
    width: 850px;
}

#ownership {
    left: 0px;
    position: absolute;
    top: 150px;
}

#password {
    left: 45%;
    position: absolute;
    top: 150px;
}

#title {
    font-size: 40px;
    left: 0px;
    position: absolute;
    top: 0px;
}

.button {
    background-color: #2F1BD2;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    font-size: 18px;
    padding-inline: 10px;
}

.message {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

a {
    color: white;
    text-decoration: none;
}
