﻿html, body {
    width: 100%;
    height: 100%;
}

body {
    margin:0px;
}

a {
    text-decoration: none;
    color: #333;
}

/** Colors Start*/
.login_back_1 {
    background-color: #888;
    height:100%;
    width:100%;
    position:fixed;
    background-image:url(../../../assets/images/homeback/bk001.jpg);
    background-repeat:no-repeat;
}

.login_back_2 {
    background-color: #888;
    height: 100%;
    width: 100%;
    position: fixed;
    background-image: url(../../../assets/images/homeback/bk002.jpg);
    background-repeat: no-repeat;
}
.login_back_3 {
    background-color: #888;
    height: 100%;
    width: 100%;
    position: fixed;
    background-image: url(../../../assets/images/homeback/bk003.jpg);
    background-repeat: no-repeat;
}
.login_back_4 {
    background-color: #888;
    height: 100%;
    width: 100%;
    position: fixed;
    background-image: url(../../../assets/images/homeback/bk004.jpg);
    background-repeat: no-repeat;
}

.login_back_6 {
    background-color: #888;
    height: 100%;
    width: 100%;
    position: fixed;
    background-image: url(../../../assets/images/homeback/bk006.jpg);
    background-repeat: no-repeat;
    background-size:100%;
}


/** Colors END*/

.login_back{
    margin: 0px; padding: 0px; 
}
