﻿body {
}

header .logo {
    margin-top: -6px !important;
    margin-bottom: 14px;
    padding-left: 10px;
    margin-right:35px;
}
.login.box {
     width: 30%;
     margin: auto;
     top: 33%;
     position: absolute;
     left: 35%;
     transform: translateY(-50%);
     background: rgba(228,221,202,1) !important;
     font-family: 'Roboto', sans-serif;
     border-radius: 10px;
     z-index: 1000;
     }
.btn-link {
    font-weight: normal;
    color: #13301f !important;
    cursor: pointer;
    border-radius: 0;
}
.btn-link:hover, .btn-link:focus {
    color: #13301f !important;
    text-decoration: underline;
    background-color: transparent;
}
.clr-grn{
    color:#13301f;
}

.btn-success {
    color: #fff;
    background-color: #13301f !important;
    border-color: #13301f !important;
}

.box input[type='text'], .box input[type='password'] {
    border: 0px;
    padding: 9px;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #13301f;
    width: 80%;
    display: inline-block;
    margin: auto;
    margin-top: 7px;
    font-weight: 200;
    /* border-radius: 5px; */
    box-sizing: border-box;
}

.admin-form {
            width: 30%;
            margin: auto;
            top: 45%;
            position: absolute;
            left: 35%;
            transform: translateY(-50%);
            background: rgba(228,221,202,1) !important;
            font-family: 'Roboto', sans-serif;
            border-radius: 10px;
            z-index: 1000;
        }

