﻿body {
    margin: auto;
    color: #000;
    font-size: 16px;
    background: #fff !important;
    font-family: 'Segoe UI', Arial, Verdana, sans-serif !important;
    overflow-x: hidden;
}




*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}


h1 {
    color: #003570;
    text-transform: uppercase;
    font-size: 3.125rem;
    line-height: 1em;
    margin-bottom: 16px;
    font-weight: bold;
}



.login-background {
    background-image: url('../Image/background.jpg');
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
}

.btn {
    background-color: #003570 !important;
    background: #003570 !important;
    color: white !important;
    font-size: 16px !important;
    border: none;
    border-radius: 3px;
    text-transform: uppercase !important;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    padding: 10px 10px 7px 10px;
    text-decoration: none !important;
    border: 0px solid;
}

span.RadButton_Bootstrap .rbDecorated {
    color: white !important;
    text-transform: uppercase !important;
}
