/*!
Theme Name:   SmartSitesM
Theme URI:    https://www.smartsites.com/
Author:       SmartSites
Author URI:   https://www.smartsites.com/
Description:  SmartSitesM is the perfect theme for your next comming soon or simple placeholder website.
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ssm
*/
/*!
Theme Name:   SmartSitesM
Theme URI:    https://www.smartsites.com/
Author:       SmartSites
Author URI:   https://www.smartsites.com/
Description:  SmartSitesM is the perfect theme for your next comming soon or simple placeholder website.
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ssm
*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-size: 62.5%;
    box-sizing: border-box;
    margin-top: 0 !important;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 1.8rem;
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
    font-weight: 400;
    background: url("images/gred.jpg") repeat-x;
    background-attachment: fixed;
    background-size: 100%;
}


/* Fonts */


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
    vertical-align: top;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    font-size: 1.8rem;
    color: #2f2f2f;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    margin-top: 0;
    line-height: 1.2;
}

h1 {
    font-size: 5.5rem;
    font-weight: bold;
    color: #f8f8f8;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 4rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 3.5rem;
    }
}

h2 {
    font-size: 5.5rem;
    font-weight: bold;
    color: #f8f8f8;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 4rem;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 3.5rem;
    }
    h6 {
        font-size: 1.8rem;
    }
}

h3 {
    font-size: 4rem;
    color: #2c4592;
    font-weight: bold;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 3rem;
    }
}

h6 {
    font-size: 2rem;
    font-weight: bold;
    color: #1c1c1c;
}

p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #1c1c1c;
    margin-top: 0;
    margin-bottom: 2rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5rem;
}

address {
    margin: 0 0 1.5rem;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5rem;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
}

ol {
    list-style: decimal;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1rem 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5rem;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input,
select,
textarea {
    border: 1px solid rgba(255, 255, 255, .5);
    background: transparent;
    color: #fff;
    font-size: 2.6rem;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    height: auto;
    box-shadow: -2px 2px 43px 0 rgba(254, 168, 51, 0.2);
    padding: 1.5rem 2rem;
    margin: 0 0 1.5rem;
    width: 100%;
}

input.ui-state-error,
select.ui-state-error,
textarea.ui-state-error {
    border-color: red;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    font-size: 3.8rem;
    color: #fff;
    background: #ffc720;
    background-image: -webkit-linear-gradient(top, #ffc720, #ffa132);
    background-image: -moz-linear-gradient(top, #ffc720, #ffa132);
    background-image: -ms-linear-gradient(top, #ffc720, #ffa132);
    background-image: -o-linear-gradient(top, #ffc720, #ffa132);
    background-image: linear-gradient(to bottom, #ffc720, #ffa132);
    box-shadow: inset 0 -2px 3px -1px rgba(0, 0, 0, .3);
    width: 100%;
    border-radius: 5px;
    padding: 1.5rem;
    line-height: 1;
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif;
    letter-spacing: 1px;
}

button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    border: none;
    outline: none;
    background: #ffa132;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: .5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: .5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: .5;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: .5;
}

.icon-web,
.icon-pass {
    padding-right: 5rem;
}

.icon-web {
    background: url("images/icon-web.png") no-repeat 98% center
}

.icon-pass {
    background: url("images/icon-pass.png") no-repeat 98% center;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #2f2f2f;
    text-decoration: none;
}

a:hover {
    color: #2f2f2f;
}

a:focus,
a:active,
a:visited {
    color: #2f2f2f;
}

a:focus,
a:visited,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}


/*--------------------------------------------------------------
## Custom styles
--------------------------------------------------------------*/

.container {
    width: 100%;
    max-width: 1300px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

#page {
    position: relative;
    overflow: hidden;
}

.header-wrapper {
    height: 100vh;
}

.logo {
    position: absolute;
    text-align: center;
    padding: initial;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -51px;
}

.login-form {
    padding-top: 9rem;
    padding-bottom: 5rem;
}

#loginForm {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}

.form-title {
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2rem;
}

.validation-message {
    color: red;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 4px #000;
    font-weight: 600;
}

@media (max-width: 767px) {
    .validation-message {
        text-shadow: none;
        font-size: 1.6rem;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 2.5rem;
    }
    input,
    select,
    textarea {
        font-size: 1.5rem;
        padding: 0.8rem 2rem;
    }
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        font-size: 2.2rem;
        padding: 0.9rem;
    }
    .logo {
        max-width: 300px;
        margin-left: -150px;
        margin-top: -30px;
    }
    .login-form {
        padding: 2rem 0;
    }
    .form-title {
        margin: 10px;
    }
    .icon-web,
    .icon-pass {
        padding-right: 4rem;
    }
    .icon-web {
        background: url(images/icon-web.png) no-repeat 96% center;
        background-size: 18px 18px;
    }
    .icon-pass {
        background: url(images/icon-pass.png) no-repeat 96% center;
        background-size: 18px 18px;
    }
}