@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400italic,700,700italic');


html,
body {
    height: 100%;
    min-height: 100%;
    color: #ffffff;
}

body {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 50px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 1.7;
}

a {
    color: #ffffff;
    outline: none;
}

a:hover {
    color: #7400ff;
    text-decoration: none;
}


/*===== Content Style =====*/

.main-container {
    height: 100vh;
    overflow-y: hidden;
}

.logo-content {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
	margin-top: -210px;
}

.logo-content i {
    color: #7400ff;
}

.container-inner {
    display: table;
    height: 100%;
}

.inner-content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.subtitle {
    color: #efefef;
    margin-bottom: 20px;
}

.content {
    color: #c5c5c5;
    font-style: italic;
}

.subscribe-email-wrap {
    overflow: hidden;
}

.subscribe-email-wrap input[type="email"] {
    background-color: transparent;
    border: 1px solid #858585;
    width: 75%;
    padding: 10px 15px;
    float: left;
}

.subscribe-email-wrap input[type="submit"] {
    border: 1px solid #7400ff;
    padding: 10px 20px;
    float: left;
    background-color: #7400ff;
    color: #ffffff;
    margin-left: 5px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 400;
    width: 24%;
    letter-spacing: 0.03em;
    -webkit-transition: background-color 0.30s ease-in-out;
    -moz-transition: background-color 0.30s ease-in-out;
    -o-transition: background-color 0.30s ease-in-out;
    transition: background-color 0.30s ease-in-out;
}

.subscribe-email-wrap input[type="submit"]:hover {
    background-color: rgba(116, 0, 255, .75);
}

.app-screen {
    width: 200px;
}


/*===== Media Queries =====*/

@media screen and (max-width: 992px) {
    .main-container {
        padding-top: 25px;
        padding-bottom: 25px;
        height: auto;
        overflow-y: scroll;
    }
    .subscribe-email-wrap input[type="email"] {
        float: none;
        width: 80%;
        margin-bottom: 10px;
    }
    .subscribe-email-wrap input[type="submit"] {
        float: none;
        width: 80%;
        margin-left: 0;
    }
}
