@import "./bootstrap/bootstrap.min.css";

body, html {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#header {
    border-bottom: 10px solid #6A3379;
}
#productMainLogo {
    background-image: url(../images/logo-sfow.svg);
    background-size: 306px 68px;
}

.panel-container {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 97px;
    height: 349px;
    background-color: #FFFFFF;
    position: relative;
}

.main-panel {
    padding: 30px;
}

.border-rounded {
    border: 1px solid #e3e2e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
  
.btn-primary, a.btn-primary {
    color: #fff;
    background-color: #653279;
    border-color: #653279;
}

.btn:active, .btn:active:focus, .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus,
.btn-primary.active:hover, .btn-primary:active, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover,
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover,
a.btn-primary.focus, a.btn-primary:focus, a.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #562b67;
    border-color: #562b67;
}

.btn, .btn-hover {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,.08);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,.08);
    font-size:14px;
    font-weight: 400;
    text-shadow: none;
    -webkit-transition: background-color .1s, border-color .1s, color .1s;
    -o-transition: background-color .1s, border-color .1s, color .1s;
    -moz-transition: background-color .1s, border-color .1s, color .1s;
    transition: background-color .1s, border-color .1s, color .1s;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.form-group.no-margin {
    margin-bottom: 0;
}

.form-control {
    height: 2.5rem;
}

.form-control:focus {
    border-color: #9248af;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(122,65,153,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(122,65,153,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(122,65,153,.6);
}

input[type="text"], input[type="password"] {
    border: 1px solid #e3e2e3;
}

input:focus {
    outline-color: #9248af;
}

.alert-no-list > ul > li {
    list-style: none;
}

.alert-no-list-global > li {
    list-style: none;
}

.alert-danger {
    border-color: #BF2348;
    margin-top: .75rem;
    padding-bottom: 0;
}
