/* Dark Purple #421C52 */
/* Purple #732C7B */
/* Orange */
@import url(//fonts.googleapis.com/css?family=Roboto:100);
@import url(//cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);
@font-face {
    font-family: MyriadPro;
    src: url("fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
}
@font-face {
    font-family: MyriadPro;
    src: url("fonts/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
    font-weight: bold;
}
.navbar-default {
    background: none;
    background-color: none;
    border: none;
}
body {
    background: #1a1a1a;
    color: white;
    font-family: MyriadPro, sans-serif;
}
.flat-form h1 {
    font-family: 'Roboto', sans-serif;
}
.admin-login {
    background: #606060;
}
.flat-form {
    background: #421C52;/*#e74c3c*/
    margin: 25px auto;
    width: 390px;
    min-height: 340px;
    position: relative;
    font-family: MyriadPro, sans-serif;
    border-color: #ff7311;
    border-style: solid;
    border-width: 2px;
}
.admin-login .flat-form, .admin-login .tabs {
    background: #1a1a1a;
}
.tabs {
    background: #421C52;/*#c0392b*/
    height: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;

}
.tabs a:hover {
    background: #130818;
}
.tabs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.tabs a {
    background: #2a1235;
    display: block;
    float: left;
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 12px 22px 12px 22px;
    /*border-right: 1px solid @tab-border;*/
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;

}
.admin-login .tabs a {
    background: #343434;
}
.admin-login a {
    color: #e8e8e8;
}
.admin-login .form-action p {
    font-size: 14px;
    padding-bottom: 14px;
    line-height: 25px;
}
.tabs li:last-child a {
    border-right: none;
    width: 232px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.tabs a.active {
    background: #421C52;
    border-right: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.admin-login .tabs a.active {
    background: #404040;
}
.form-action {
    padding: 0 20px;
    position: relative;
}

.form-action h1 {
    font-size: 33px;
    padding-bottom: 13px;
}
.form-action p {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    line-height: 19px;
}
form {
    padding-right: 20px !important;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=submit] {
    font-family: MyriadPro, sans-serif;
}

form input[type=text],
form input[type=email],
form input[type=password] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    background: #fff;
    border: none;
    color: #421C52;
    outline: none;
}

.dark-box {
    background: #5e0400;
    box-shadow: 1px 3px 3px #3d0100 inset;
    height: 40px;
    width: 50px;
}
.form-action .dark-box.bottom {
    position: absolute;
    right: 0;
    bottom: -24px;
}
.tabs + .dark-box.top {
    position: absolute;
    right: 0;
    top: 0px;
}
.show {
    display: block;
}
.hide {
    display: none;
}

.button {
    border: none;
    display: block;
    background: #ffa500;
    height: 40px;
    min-width:80px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /*box-shadow: 0px 3px 1px #2075aa;*/
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    margin-top: 10px;
}
.admin-login .button {
    background: #404040;
}
.button:hover {
    background: #ff6500;
    /*box-shadow: 0 3px 1px #237bb2;*/
}

.button:active {
    background: #136899;
    /*box-shadow: 0 3px 1px #0f608c;*/
}

::-webkit-input-placeholder {
    color: #421C52;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #421C52;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #421C52;
}
:-ms-input-placeholder {
    color: #421C52;
}

.admin-login .alert-danger {
    color: #ffffff;
    background-color: #e50000;
    border-color: #e50000;
    text-align: center;
    width: 497px;
    display: block;
    margin: auto;
    border-radius: 0px;
    margin-left: auto;
}


a.terms {
    position: absolute;
    bottom: 0px;
    right: 37px;
    color: #ffa500;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

a.terms-inline {
    color: #ffa500;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}



a.terms:hover {
    color: #ff6500;
    text-decoration: none;
}
@media all and (max-width: 767px){
    .login .container {
        padding: 0;
    }
    .flat-form {
        width: 100%;
    }
}