/* Font */
@font-face {
    font-family: 'PuristaBold';
    src: url('../../library/purista/PuristaBold.ttf');
}
@font-face {
    font-family: 'PuristaMedium';
    src: url('../../library/purista/PuristaMedium.ttf');
}
@font-face {
    font-family: 'PuristaSemibold';
    src: url('../../library/purista/PuristaSemibold.ttf');
}
/* Font */

html {
    width: 100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    height: 100vh;
    background-color: #454d55;
    color: #fff;
    position:relative;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
*, *:before, *:after{
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body b{
    font-weight:bold;
}
ul{
    list-style-type:none;
    padding:0;
    margin:0;
}
a{
    display:block;
    text-decoration:none;
}
.clearfix:after{
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.no_select{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}
.wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.login-box-holder{
    max-width:400px;
    width:90%;
    padding-bottom:60px;
}
.title{
    font-size: 38px;
    text-align: center;
    padding: 13px 0 13px 0;
    width:100%;
    color: #17a564;
    font-family: 'PuristaBold';
}
.login-box{
    width:100%;
    background-color:#343a40;
    padding:30px 40px 30px 40px;
    box-shadow:3px 3px 4px rgba(0,0,0,0.2);
}
.login-box-msg{
    color: #bdbdbd;
    font-size: 18px;
    text-align: center;
    padding: 0 0 8px 0;
}
.form-group{
    padding-bottom: 10px;
}
.input-box{
    background-color:#272c30;
    position: relative;
    border: 1px solid #0c0c0c;
}
.input-box input{
    float:right;
}
.input-icon{
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    width: 40px;
    background-color: #17a564;
}
button:focus,input:focus,select:focus,textarea:focus{
    outline: none;
}
.btn{
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-green {
    background: #17a564;
    color: #ffffff;
}
.btn-green:hover {
    background: #0a663c;
}
.form-control{
    border: 1px solid #0c0c0c;
    background-color: #272c30;
    color: #bdbdbd;
    height: 36px;
    width: calc(100% - 40px);
    padding: 0 10px;
    font-size: 16px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    color:#bdbdbd;
    border: 1px solid #272c30;
    -webkit-text-fill-color: #bdbdbd;
    -webkit-box-shadow: 0 0 0px 1000px #272c30 inset;
    transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    color:#bdbdbd;
    -webkit-text-fill-color: #bdbdbd;
}
.form-message{
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 10px;
}
.form-message i{
    padding-right: 4px;
}
.form-message-error{
    color: #fff;
    background-color: #dc3545;
    border-color: #d32535;
}
.form-group label{
    display: inline-block;
    text-align: left;
    font-weight: normal;
    padding: 8px 0px 5px 0px;
    color: #c5c5c5;
}
.alert{
    display: block;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 6px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert strong{
    font-weight: bold;
}
.alert-warning {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #edb100;
}
.alert-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #148ea1;
}
.alert-success {
    color: #fff;
    background-color: #28a745;
    border-color: #23923d;
}
.alert-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #d32535;
}
.card.card-dark{
    background-color: #454c52;
    color: #babec8;
    border: 1px solid #1a1a1a;
}
.card.card-dark .card-header{
    border-bottom: 1px solid #1a1a1a;
}
.card.card-dark .card-footer {
    background-color: #343a40;
    border-top: 1px solid #1a1a1a;
}
.google_auth{
    max-width: 72px;
}
.google_auth_title{
    padding-top: 8px;
    font-size: 17px;
    font-weight: bold;
}
.google_auth_subtitle{
    font-size: 16px;
    font-weight: normal;
    color: #17a564;
}
.btn.btn-dark-green{
    color: #17a564!important;
    background-color: #2e2e2e;
    border: 1px solid #1a1a1a;
}
.btn.btn-dark-green:hover,.btn.btn-dark-green:focus{
    color: #ffffff!important;
    background-color: #17a564;
    border: 1px solid #1a1a1a;
}
.form-control{
    font-size: 16px;
    height: 36px;
}
.form-control.input-dark{
    border: 1px solid #1a1a1a !important;
    background-color: #272c30 !important;
    color: #bdbdbd !important;
}
