﻿
/* Login Styles */
.loginright {
    background-color: #78080C;
    color: #ffffff;
}

h1 {
    color: #ffffff;
}

li {
    font-size:16px;
}

.loginright #main_content {
    padding-top:200px;
    left: 35%;
    position: relative;
}



@media only screen and (max-width: 993px) {
    .loginright #main_content {
        padding-top: 10px;
        left: 10px;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .loginright {
        margin-top: -60px;
    }
}


.loginright #container {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #78080C !important;
    border-color: #78080C !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #7a3c3e !important;
    border-color: #7a3c3e !important;
}

.btn-primary {
    -webkit-box-shadow: 0 2px 6px 0 rgb(203 165 165 / 50%) !important;
    box-shadow: 0 2px 6px 0rgba(203 165 165,.5) !important;
}