@charset "utf-8";
/* CSS Document */


body{
    /*font-family: "RobotoDraft", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #2E2F2D;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;*/
    text-align: center;
}

.center{
    text-align: center;
}

/*
.btn {
    font-family: "BrownLight", sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: .6rem 2.5rem;
    font-size: 18px;
    font-size: 1.8rem;
    background: transparent;
    line-height: 28px;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    transition: 200ms ease;
}

.btn-black {
    color: #fff;
    background-color: #2E2F2D;
    border-color: #2E2F2D;
}

.btn-blue {
    color: #fff;
    background-color: #0691C1;
    border-color: #0691C1;
}

.btn--ghost {
    border-color: #2E2F2D;
    color: #2E2F2D;
}

.btn--ghost-blue {
    border-color: #0691C1;
    color: #0691C1;
}


.btn--ghost-white {
    border-color: white;
    color: white;
}




.text-center {
    text-align: center;
}

.bg-white {
    background-color: white;
}

.text-center {
    text-align: center;
}

input {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px;
    border: 2px inset;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;

}



div {
    display: block;
}

div.field {
    clear: both;
    overflow: visible;
    line-height: 30px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box; /
    -moz-box-sizing: border-box;    
    box-sizing: border-box;         

}
*/

input[type=text] {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
   /* margin: 0;
    border: solid 1px #DDD;*/
    font-size: 13px;
    padding: 6px 12px;

}

input[type=password] {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
  /* margin: 0;
    border: solid 1px #DDD;*/
    font-size: 13px;
    padding: 6px 12px;

}

a {

    /*font-family: "RobotoDraft", sans-serif;*/
    /*font-style: normal;*/
    /*font-weight: 300;*/
    /*font-size: 12px;*/
    /*text-decoration: none;*/
}

div {
    display: block;
}

div.field {
    clear: both;
    overflow: visible;
    line-height: 30px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box; /
    -moz-box-sizing: border-box;    
    box-sizing: border-box;         

}

div.right {
    float: right;
}

div.left {
    float: left;
}


#login {
    padding: 20px 20px 20px 20px;
    background-color: white;
    max-width: 300px;
    text-align: center;
    margin: auto;
}
