@import url(http://fonts.googleapis.com/css?family=Roboto);


div#login-modal {
    position: absolute;
    z-index: 999999999;
    /* right: 190px; */
    outline: 0;
    overflow: inherit;
    width: auto;
    margin: 7px auto;
    right: 0;
}



.modal-dialog {
    width: auto !important;
    margin: 30px auto;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0) !important;
}






/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 400px;
    width: 100% !important;
    background-color: #00549D;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin-right: 0px;
    overflow: hidden;
    font-family: roboto;
    margin-top: 23px;
    border: 5px solid #fff;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.loginmodal-container input[type=submit] {
    width: 23%;
    display: block;
    float: left;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.loginmodal-container input[type=text],
input[type=password] {
    height: 44px;
    font-size: 13px;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #00549D;
    border: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    outline: 0;
    -moz-box-sizing: border-box;
}


.loginmodal-container input[type="placeholder"] {
    color: #fff;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    border: 1px solid #E31C23;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    font-family: 'Raleway', sans-serif;
    background-color: #E31C23;
    padding: 8px 0px;
    font-size: 13px;
    border-radius: 8px;

    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E31C23), to(#E31C23));
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    margin: 8px 0 0 0px;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 13px;
    float: left;
    width: 130px;
}

.colse {
    position: absolute;
    bottom: -38px;
    background: #E81F27;
    color: #fff;
    padding: 6px 15px 10px;
    margin: 0px -1px;
    right: 0px;
    font-size: 14px;
    text-align: center !important;
    /* left: 190px; */
    opacity: 1 !important;
}

.colse a {
    color: #fff;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #00549D;
    position: absolute;
    right: 13px;
    margin-top: -14px;
}

*::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
}


.not-regis {
    float: left;
    background: #184165;
    width: 100%;
    text-align: center;
    color: #38A3FF;
    font-size: 12px;
    padding: 8px 0px;
    margin: 0px;
    border-bottom: 2px solid #fff;
}