﻿body {
    background-image: url("../images/Background-image.png"), linear-gradient(#003A63, #002040);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    color: white;
}

h1 {
    margin-top: 100px;
    margin-bottom: 50px;
/*    font-family: "SairaCondensed-Medium" !important;*/
}

#imgBackground {
    position: absolute;
    right: 300px;
    bottom: 0px;
    z-index: 0;
}

input {
    z-index: 1000;
}

    input[type=submit] {
        color: white;
        background-color: #F26222;
        width: 200px;
        height: 60px;
/*        font-family: "SairaCondensed-Medium" !important;*/
        font-size: 20px;
    }

    input[type=text], input[type=password] {
        width: 450px;
        height: 60px;
    }

a {
    color: white;
}