﻿body {
    background:#002355;
}

.tab-content{
    border-radius: 10px;
    width: 400px;
    margin-left: -70px;
}

.btn-success {
    background: #002355;
    border-color: #000000;
}

.btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
    background: #002355;
}

body.login input[type="text"], body.login input[type="password"] {
    width: 366px;
}

.title{
    font-weight: bold !important;
    font-size: 18px
}

.img-logo{
    width:40%;
}