@font-face {
    font-family: 'Raleway Medium';
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
/* --------------------------------------- */

/* Página principal: Setup General */
/* ------------------------------- */
.container {
    width:950px !important;
}

.form-content label {
    display: block;
}
.form-content input[type="text"] {
    width: 100%;
    padding: 6px;
    outline:none !important;
    border:1px solid #D8D8D8;
}
.form-content input[type="submit"] {
    border: 0;
    background: #4d4d4d;
    color: #fff;
    padding: 10px 20px;
}



.bg-grey {
    background-color:#f2f2f2;
}
.nopadding {
    padding:0 !important;
}

.selector .option {
    text-align: center;
    padding: 50px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    cursor:pointer;
}


body{
    font-family: "Raleway Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow:hidden;
    color: #7b7b7b;
    font-size: 12px;
}
p {
    margin:0;
}
.body{
    position: absolute;
    top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;
    background-image: url(../../img/new_maswer/login_background.jpg);
    background-size: cover;
    -webkit-filter: blur(5px);
    z-index: 0;
}

.grad{
    position: absolute;
    top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    z-index: 1;
    opacity: 0.7;
}

.header div{
    float: left;
    color: #fff;
    font-size: 35px;
    font-weight: 200;
    width: 300px;
}

.header div span{
    color: #5379fa !important;
}

.login{
    position: absolute;
    top: calc(50% - 165px);
    left: calc(50% - 210px);
    height: auto;
    width: 350px;
    padding: 35px;
    z-index: 2;
    background-color: #FFFFFF;
}

.login label{
    font-size:14px;
    padding-bottom:10px;
    padding-top:10px;
    display:block;
}


.login input[type=text], .login input[type=email],.login input[type=password]{
    width: calc(100% - 10px);
    height: 30px;
    background: #f2f2f2;
    border: 1px solid #cbcbcb;
    border-radius: 0px;
    color: #bababa;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
}

.login input[type=submit]{
    width: 100%;
    height: 42px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    margin-top: 20px;
    background-color: #7b7b7b;
}

.login input[type=submit]:hover{
    opacity: 0.8;
}

.login input[type=submit]:active{
    opacity: 0.6;
}

.login input[type=text]:focus{
    outline: none;
    border: 1px solid rgba(255,255,255,0.9);
}
.login input[type=email]:focus{
    outline: none;
    border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=password]:focus{
    outline: none;
    border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=submit]:focus{
    outline: none;
}

#error_message{
    background-color: rgba(173, 22, 22, 0.3);
    padding: 10px;
    top: -5px;
    position: relative;
    display:none;
    margin-top:15px;
}
::-webkit-input-placeholder {
    color:#bababa;
}
::-moz-placeholder {
    color:#bababa;
} /* firefox 19+ */
:-ms-input-placeholder {
    color:#bababa;
} /* ie */
:-moz-placeholder {
    color:#bababa;
}

.text-center {
    text-align: center !important;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}

.annotations {
    font-size: 12px;
    margin: 5px 0;
    margin-top: 5px;
    margin-left: 15px;
    color: #434343;
    text-align: right;
    padding-top: 15px;
}

.annotations a {
    color: #434343;
}


@media screen and (max-width: 800px) {

    .login {
        position: relative;
        top: 0;
        left: 0;
        width: calc(100% - 70px);
        margin: 0 auto;
    }

}