﻿body {
    margin: 0px;
    padding: 0px;
    font-family: 'ArialNarrow';
}

.login-form {
    width: 340px;
    margin: 50px auto;
    /*margin-left:480px;*/
}
    .login-form form {
        margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 10px 30px
    }


.loginBody {
    height: 657px;
    background: linear-gradient(to left, #c7ba3c,#c7ba3c 100%)
}
/*.Content-wrapper {
    height: 657px;
}*/
.loginBody {
    padding-top: 100px;
}
.btn-submit {
    background: #c7ba3c !important;
    color: white;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}
.btn-cancel {
    background: black !important;
    color: white;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}
.text-align {
    text-align: center;
}

.header-line {
    padding: 0px 0px 5px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 6px -4px #ccc;
    -moz-box-shadow: 0 5px 6px -4px #ccc;
    box-shadow: 0 5px 6px -4px #ccc;
    font-weight: 600;
}

.bg-dark {
    background-color: #C7BA3C !important;
}

ul {
    list-style-type: none;
    margin-left: -40px;
}
.mantadory-txt-red
{
    color:red;
}



@media (min-width: 1200px) {
    .container {
    width: 80%;
}
}
.OpenCertificateProfile
{
    width:300px
}


 .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.btn-submit:hover {
    color: #fff;
    /*background-color: #c9302c;*/
    /* border-color: #ac2925; */
}

.form-control:focus {
    border-color: #c7ba3c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: 0 0 0 0rem #C8B93C;
    
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
     border-radius: 0px !important; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.panelcertificate {
    padding: 25px;
    border: 5px solid #c7ba3c;
}
.defaultFont{
    color:white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
     background-color: #c7ba3c;
    border-color: #337ab7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    /* color: #555; */
    background-color: #c7ba3c;
}