body {
    margin: 0;
    padding: 0;
}

    body a {
        text-decoration: none;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
    line-height: 20px;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

img {
    max-width: 350px;
    height: auto;
}

.clear {
    clear: both;
}
/*Login Start*/
.background {
    background-image: url(images/background1.jpg);
    /*position: relative;*/
    /*background-repeat: repeat-y;*/
    background-size: cover;
    width: 100%;
    height: auto;
    /*background-position: fixed;*/
}
/*.background::before {  
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;  
	bottom: 0;  
	content: "";  
	display: block;  
	height: 100%;  
	left: 0;  
	position: absolute;  
	right: 0;  
	top: 0;  
	width: 100%;  
}*/
.login {
    /*padding: 60px 0 0 0;*/
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
}

.logo {
    text-align: center;
    margin: 0 auto 10px auto;
}

.text_box {
    text-align: center;
    margin: 0 auto;
}

.login_form .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #000;
    font-size: 17px;
    height: 50px;
    margin: 20px auto;
    padding: 8px 15px;
    width: 400px;
}

.submit_bt {
    background-color: #b62c15;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    width: 400px;
    height: 50px;
    transition: all 0.5s ease 0s;
    margin-bottom: 15px;
}

.rember input {
}

.checkbox.rember {
    font-size: 20px;
    color: #FFF;
    padding: 10px 0;
}

.forgot {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #FFF;
}

    .forgot:hover {
        background-color: transparent;
        color: #000;
    }

@media (max-width: 425px) {
    .login_form .form-control {
        width: 98% !important;
    }

    .submit_bt {
        width: 98%;
    }
}


.messageboxcolor {
    color: lemonchiffon;
}


/*Login End*/
