@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/Segoe UI Regular'), url('fonts/Segoe UI.woff') format('woff');
}
body{
    font-family: 'Segoe UI Regular', Roboto;
    color:#212529;
}
a{
	color:#5594ae;
}
button#dropdownMenuButton {
    color: #212529 !important;
}
.login-form {
    /*max-width: 380px;*/
    /*margin: 80px auto;*/
    font-size: 15px;
    width: 100%;
}
.form-group i {
    position: absolute;
    right: 11px;
    top: 11px;
    color: #dadada;
}
.form-group{
    position: relative;
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.sign-form {
    max-width: 340px;
    margin: 0 auto;
    background: #f7f7f7;
}
.login-form h2 {
    margin: 0 0 15px;
    color:#212529;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
.btn {        
    font-size: 15px;
    font-weight: bold;
}
.btn.btn-primary{
	background:#a24449;
	border-color: #930;
}

ul.logo2 {
    background-color: #a24449;
    line-height: 60px;
}
a.logo {
    color: #212529;
    font-size: 20px;
    font-family: Segoe UI, Roboto;
    text-decoration: none;
}
li.logo3 {
    list-style: none;
    display: inline;
}
ul.login_style {
    background-color: #a24449;
}
a.color {
    color: #212529;
    font-size: 20px;
    font-family: Segoe UI, Roboto;
    text-decoration: none;
}
a.color2 {
    float: right;
    margin-right: 4%;
    color: #212529;
    font-size: 20px;
    text-decoration: none;
}
a.color1 {
    text-align: center;
    margin-left: 39%;
    color: #212529;
    font-size: 20px;
    text-decoration: none;
}
footer, header {
    /*position: fixed;*/
    /*width: 100%;*/
    background: #f7f7f7;
    padding: 7px;
    box-shadow: 3px 2px 5px #888888;
    color: #a24449;
    z-index: 34;
}

header{
    top: 0;
}
footer{
    bottom: 0;
}
footer a {
    font-size: 30px;
    font-weight: bold;
}
.dropdown {
    width: 200px;
    margin: 0 auto;
}
.lightgray_bg{
	background:#f7f7f7;
}
@media screen and (max-width: 767px) {
	.left-head, .right-head {
		text-align:center !important;
	}
    .login-form {
        margin: 150px auto 80px;
    }
    header h3 {
        font-size: 20px;
    }
    header .col-4{
        padding:0;
    }
    .dropdown {
        width: 100%;
    }

}