/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);

/* BASIC THEME CONFIGURATION */
body {
    color: #797979;
	background: #f2f2f2;
    font-family: 'RobotoLight', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}

*::-moz-selection {
    background: #68dff0 none repeat scroll 0 0;
    color: #fff;
}

* {
    box-sizing: border-box;
    font-family: RobotoLight,sans-serif;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-login {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 14px;
    margin: 100px auto 0;
    max-width: 600px;
    padding: 50px 4%;
}

.form-ticket {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 14px;
    margin: 100px auto 0;
    max-width: 800px;
    padding: 50px 80px;
}

.form-login h2.form-login-heading {
    background: white none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: black;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
    line-height: 30px;
}


.form-ticket h2.form-ticket-heading {
    background: white none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: black;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
    line-height: 30px;
}


form span.input_error {
    background-color: tomato;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    font-style: italic;
    padding: 5px 20px;
    position: absolute;
    display:none;
    z-index: 1;
}

.input__email, .input__password {
    font-size: 16px;
    height: 35px;
    line-height: 18px;
    margin-bottom: 8px;
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.input__email, .input__password {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #605f5f;
    display: block;
    font-family: RobotoMedium,sans-serif;
    font-size: 18px;
    height: 42px;
    line-height: 20px;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
}

input.form-control {
    margin-bottom: 2px;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.butt__submit {
    background-color: #007cb8;
    border: medium none;
    margin-top: 24px;
    padding: 0 10px;
    text-align: center;
}

.butt__submit {
    background-position: 130px 11px;
    font-size: 16px;
    height: 40px;
    line-height: 18px;
    margin-bottom: 8px;
    padding: 11px 10px 0 20px;
}

.butt__submit {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: RobotoMedium,sans-serif;
    font-size: 18px;
    height: 48px;
    line-height: 20px;
    margin-bottom: 17px;
    padding: 14px 10px 0 50px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.1s ease 0s;
    width: 100%;
}

.butt__submit {
    margin-top: 15px;
    padding: 0 10px;
}


input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

.loginPopupChangeModeBtn {
    margin: 25px 0 0;
    text-align: center;
}

a, a:hover, a:focus {
    outline: medium none;
    text-decoration: none;
}

a {
    color: #428bca;
    text-decoration: none;
}
a {
    background: transparent none repeat scroll 0 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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