@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
body {
    background-color:white;
    font-family: 'Open Sans', sans-serif!important;
    font-size:14px;
    font-weight:500;
    color:#666;
}

section.section-top1
{
    width: 100%;
    min-height:512px;
}
.section-top1 .well{
    background: #FBFBFB;
    border-radius:0!important;
    border:black solid 1px;
}

.section-top1 .well.login-box {
    /*width:400px; */
    border:#d1d1d1 solid 1px;
    margin:75px auto;
}
.section-top1 .well.login-box legend {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #6B7C84;
}
.section-top1 .well.login-box label {
    font-weight: 600;
    font-size: 14px;

}
.section-top1 .well.login-box input[type="text"] {
    box-shadow:none;
    border-color:#ddd;
    border-radius:0;
}

.section-top1 .well.welcome-text{
    font-size:21px;
}

.well .btn-primary {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #129A7E;
    border-radius: 1px;
    font-size: 19px;
    font-weight: 800;
    padding: 1px;
}
.well .btn:focus,
.well .btn-primary:active:focus
{
    outline:none;
    background-color: #1ABC9C;
}
