﻿body {
}

body {
    background-image: url('../images/login-background.jpg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-position: center;*/
}

.bg-dark {
    display: none;
}

#title {
    display: none;
}


hr {
    display: none;
}

.margin-top {
    margin-top: 12%;
}

.bg-one {
    background-image: url('../Images/orange-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
}