/* app css stylesheet */


* {
    border-radius: 0;
    color: navy;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}

html {
    background: url('images/background-mountains.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: background 0.5s linear;
    -moz-transition: background 0.5s linear; /* Firefox 4 */
    -webkit-transition: background 0.5s linear; /* Safari and Chrome */
    -o-transition: background 0.5s linear; /* Opera */
}

body {

}

h3 {
    font-size: 20px;
    font-weight: 200 !important;
}

.text-thin {
    font-weight: 100;
}

hr.wispy {
    border: 0;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgba(255,255,255,0.45);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: navy !important;
}

input.boxedInput {
    font-size: 18px;
    color: navy;
    opacity: 1;
    background-color: rgba(255,255,255,0.45);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 0px 20px 0px 20px;
    min-height: 64px;
}

input.boxedInput::-webkit-input-placeholder {
    color:  navy; /*rgba(200,200,200,0.6);*/
    font-weight: normal;
    font-size: 20px;
}
input.boxedInput:-moz-placeholder {
    color:  navy; /*rgba(200,200,200,0.6);*/
    font-weight: normal;
    font-size: 20px;
}
input.boxedInput::-moz-placeholder {
    color: navy; /*rgba(200,200,200,0.6);*/
    font-weight: normal;
    font-size: 20px;
}
input.boxedInput:-ms-input-placeholder {
    color:  navy; /*rgba(200,200,200,0.6);*/
    font-weight: normal;
    font-size: 20px;
}

.form-control{
    border: none;
}

.form-control:focus{
    font-size: 18px;
    color: navy !important;
    opacity: 1;
    background-color: rgba(255,255,255,0.45);
    border-radius: 2px !important;
}

::-webkit-scrollbar {
      width:10px;
}
::-webkit-scrollbar-track {
      background-color: rgba(255,255,255,0);
}

::-webkit-scrollbar-thumb {
      background-color: rgba(255,255,255,0);
}

::-webkit-scrollbar-button {
      background-color: rgba(255,255,255,0);
}

::-webkit-scrollbar-corner {
      background-color: rgba(255,255,255,0);
}

.btn-link:hover, .btn-link:active, .btn-link:focus{
    color: #283593 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.btn {
    border: 0 none;
    font-size: 20px;
    border-radius: 2px !important;
}

button.btn.btn-link{
    padding: 0px !important;
    margin-top: -10px !important;
}

.btn-primary {
    padding: 0px !important;
    margin-top: -10px !important;
    background: #536DFE;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #3F51B5 !important;
}

.btn-warning {
    background: #303F9F;
}

.btn-link {
    color: white;
    font-weight: 500; /*ghostwhite;*/
}

.btn-arrow{
    display: inline-block;
    float: right;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 5px;
    position: relative;
    top: 2px;
    vertical-align: middle;
}

.app-container {
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.authorization-app {
    width: 80%;
    max-width: 960px;
    min-width: 380px;
}

.app-title {
    font-size: 40px;
    word-wrap: break-word;
}

.instruction-text {
    font-weight: normal;
    font-size: 21px
}

.controls {
    width: 100%;
}

.controls td {
    font-weight: 500;
    font-size: 21px;
}

.controls td:nth-child(2) {
    text-align: right;
}

.vtop {
    vertical-align: top;
}

button.liquidButtonLeft {
    min-width: 125px;
    padding-left: 40px;
    padding-right: 40px;
    height: 60px;
    float: left;
    /*background-color: #03A9F4;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);*/
    font-weight: normal;
    font-size: 20px;
}

button.liquidButton {
    min-width: 150px;
    padding-left: 40px;
    padding-right: 40px;
    height: 60px;
    float: right;
    background-color: #03A9F4;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    font-weight: normal;
    font-size: 20px;
}

.liquid-alert-error {
    background-color: #db9089;
    border-radius: 3px;
    font-weight: normal;
    font-size: 21px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 5px;
    line-height: 35px;
}

.password-requirements-box {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 25%;
}

.password-requirements {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    margin-right: 20px;
    padding: 20px;
}

.password-requirements ul {
    padding-left: 20px;
}
