* {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
html, body {
    height: 100%;
}
main {
    display: table;
    height: 100%;
    width: 100%;
    background-color: #2688c8;
}

main > div { display: table-row; }
main > div > div { display: table-cell; vertical-align: middle; }
main .jumbotron { 
    width: 90%;
    border-radius: 0px !important;
    margin: 30px auto 30px auto;
    max-width: 500px;
    padding: 20px
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.jumbotron.transparent {
    background-color: transparent;
    color: #fff;
    text-align: center;
}

.jumbotron.transparent h1 {
    position: relative;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}
.jumbotron.transparent h1:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    vertical-align: top;
    margin-top: 10px;
    transform: scale(0.4);
}
.btn {
    border-radius: 0px;
    font-size: 18px;
}
.btn-outline {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:hover:focus {
    color: #fff;
    opacity: 0.9;
    cursor: pointer;
}

input{
    border-radius: 0px !important;
}
.btn-primary {
    cursor: pointer;
    border-radius: 0px !important;
    margin-top: 5px;
    /*margin-bottom: -40px;*/
}
.btn-secondary {
    cursor: pointer;
    border-radius: 0px !important;
    margin-top: 5px;
}
.alert-success,
.alert-warning,
.alert-danger {
    margin: auto;
    max-width: 400px;
    width: 90%;
    border-radius: 0px !important;
}
.alert-heading{
    padding-top: 10px;
    text-align: center;
}
#loader-back {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
}
#loader{
    z-index: 99999;
    position: fixed;
    top: 150px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -75px;
}


/* Navigation */

nav.navbar {
    background-color: #0073be;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    
}
.navbar-nav {
    flex-direction: row !important;
}
.navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}
nav.navbar .nav-item {
    margin-right: 10px;
    border: 2px solid #0073be;
}
nav.navbar .nav-item.active,
nav.navbar .nav-item.show {
    border: 2px solid #fff;
}
nav.navbar a {
    color: #fff;
    font-size: 16px;
}
nav.navbar a:hover,
nav.navbar a:hover:focus{ background-color: transparent; text-shadow: 0px 0px 0px #fff; color: #fff; }
nav.navbar .dropdown-menu {
    position: absolute !important;
    border-radius: 0;
    background-color: #0073be;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 0px;
    margin-left: -2px;
}

/*input*/
#options {
    text-align: left;
}
#identifier .iti,
#mobile_form_group .iti {
    width: 100%;
    color: #333;
}
#mobile_form_group .error,
#identifier .error {
    bottom: -25px;
}
#recaptcha .error{
    bottom: -25px;
}
.form-control.form-control-danger {
    padding-right: 40px;
}

.form-control,
.form-control:focus {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    color: #fff;
    padding: 2px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
} 
.form-control::-webkit-input-placeholder { color: #fff; text-transform: uppercase; font-size: 16px; }
.form-control:-ms-input-placeholder { color: #fff; text-transform: uppercase; font-size: 16px;}
.form-control::-moz-placeholder { color: #fff; text-transform: uppercase; font-size: 16px;}
.form-control:-moz-placeholder { color: #fff; text-transform: uppercase; font-size: 16px; }
.form-group { 
    position: relative;
 }
.form-group .error { 
    position: absolute;
    left: 0;
    bottom: -15px;
    color: #d9534f;
    display: block;
    text-align: left;
 }
 .has-danger .form-control {
    border-color: #d9534f;
 }

 .has-danger .form-control-danger {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
 }
 .sdk-chooser {
     color: #fff;
 }
 .btn-box {
     position: relative;
     display: block;
     float: left;
     width: 120px;
     height: 120px;
     margin-right: 10px;
     margin-bottom: 10px;
 }
 .btn-box span{
     position: absolute;
     bottom: 10px;
     font-size: 16px;
     font-weight: bold;
     text-align: right;
     right: 15px;
 }


.form-group-checkbox {
    position: relative;
}
 .form-group-checkbox input[type="checkbox"]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    width: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
 }

 .form-group-checkbox input[type="checkbox"] ~ label {
     padding-left: 24px;
     font-size: 16px;
     line-height: 16px;
     vertical-align: middle;
 }

 .form-group-checkbox input[type="checkbox"] ~ label:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    box-sizing: content-box;
    border-width: 1px;
    top: 1px;
    width: 14px;
    height: 14px;
    border-width: 1px;
    font-size: 0;
    background-color: #fff;
    border-color: #ccc;
    color: #0073be;
 }

 .form-group-checkbox input[type="checkbox"] ~ label:after{
    content: "";
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 5px;
    box-sizing: content-box;
    width: 3px;
    height: 10px;
    display: none;
    border-bottom: 3px solid #0073be;
    border-right: 3px solid #0073be;
 }

 .form-group-checkbox input[type="checkbox"]:checked ~ label:after{
     display: block;
 }
