html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}


/*
==========================================*/

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadProLight/MyriadPro-Light.eot");
    src: url("../fonts/MyriadProLight/MyriadPro-Light.eot?#iefix")format("embedded-opentype"), url("../fonts/MyriadProLight/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadProLight/MyriadPro-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
}

.comming-soon {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 170px;
    padding-top: 50px;
    min-height: 400px;
}

.comming-soon-logo {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.comming-soon .logo {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #D9000D;
}

.logo img {
    max-width: 80%;
}

.comming-soon-title {
    font: normal normal 300 20px/24px 'Myriad Pro';
    letter-spacing: 0px;
    color: #9B9B9B;
}

@media(min-width: 768px) {
    .comming-soon-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }
    .comming-soon .logo {
        padding: 0;
        margin: 0;
        border: none;
        padding-right: 30px;
        margin-right: 30px;
        border-right: 2px solid #D9000D;
    }
    .logo img {
        max-width: 100%;
    }
}

@media(min-width: 992px) {
    .comming-soon .logo {
        padding-right: 40px;
        margin-right: 40px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #0090DF;
    padding: 50px 20px;
    text-align: center;
    font: normal normal 300 15px/18px 'Myriad Pro';
    letter-spacing: 0px;
}



.verified-title {
    font: normal normal 300 20px/24px 'Myriad Pro';
    letter-spacing: 0px;  
    margin-bottom: 25px;
    text-align: center;
    color: #9B9B9B;
}

.verified-input { 
    width: 100%;
    height: 50px;
    padding: 0 20px;
    text-align: center;
    font: normal normal bold 20px/24px 'Myriad Pro';
    letter-spacing: 0px;
    color: #38C6EE;
    transition: all .3s;
    
    background: #F9F9F9 0% 0% no-repeat padding-box;
    border: 1px solid #0090DF;
    border-radius: 22px;

}

.verified-input:focus {
    outline: none;
    box-shadow: 0px 3px 25px #38C6EE4D;
}

.verified-button {
    background: #0090DF; 
    border-radius: 22px;
    border: none;
    width: 100px;
    height: 50px;
    margin: 20px auto;
    font: normal normal 300 20px/26px 'Myriad Pro';
    letter-spacing: 0px;
    color: #FFFFFF;
    display: block;
    transition: all .3s;
}

.verified-button:active,
.verified-button:focus {
    color: #fff;
    background: #6CCBFF; 
}

.verified-button:hover {
    background-color: #6CCBFF;
    color: #fff; 
}

.ok .verified-button {
    color: #fff;
    background-color: #8DEE38; 
}

.ok .verified-input { 
    border: 1px solid #8DEE38;
    color: #8DEE38;
}

.error .verified-button {
    color: #fff;
    background: #FF5252 0% 0% no-repeat padding-box; 
}

.error .verified-input { 
    border: 1px solid #FF5252;
    color: #FF5252;
}

@media(min-width: 768px) { 
    .verified-form {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .verified-input {
        width: 300px;
    }
    .verified-button {
        margin: 0;
        margin-left: 20px;
    }
}