/*!

 =========================================================
 * Coming Sssoon Page - v1.3.2
 =========================================================
 
 * Product Page: https://www.creative-tim.com/product/coming-sssoon-page
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/coming-sssoon-page/blob/master/LICENSE.md)
 
 =========================================================
 
 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */

body{
    	font-family: 'Poppins',cursive;
}
.form-control::-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;
}
.form-control:-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;  
}  
.form-control::-webkit-input-placeholder{
   color: #DDDDDD;
   opacity: 1; 
} 
.form-control:-ms-input-placeholder{
   color: #DDDDDD;
   opacity: 1; 
}
/*     General overwrite     */
a{
    color: #ab4a9c;
}
a:hover, a:focus {
    color: #7c2a6f;
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline : 0;
}

/*           Font Smoothing      */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */

h1, .h1, h2, .h2, h3, .h3, h4, .h4{
    font-weight: 400;
    margin: 30px 0 15px;
}

h1, .h1 {
    font-size: 52px;
}
h2, .h2{
    font-size: 36px;
}
h3, .h3{
    font-size: 28px;
    margin: 20px 0 10px;
}
h4, .h4{
    font-size: 22px;
}
h5, .h5 {
    font-size: 16px;
}
h6, .h6{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
p{
    font-size: 16px;
    line-height: 1.6180em;
}

.main{
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    background-color: #323753;
}

.pagecontainer {	
	height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.boxcontent {
	width: 450px;
    height: 420px;
    margin: 0 auto;
    background: #efebe0;
    border-radius: 12px;
    text-align: center;
    padding: 24px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    /* display: table-cell; */
    /* vertical-align: middle; */
    box-shadow: 0 0 10px;
}
.boxcontent p {
	margin: 12px 0;
   font-size: 14px;
}

.main .logo{
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    margin: 0;
    z-index: 3;
}
.main .logo img{
	width: 250px;
}

.main .motto {
    font-size: 24px;
	line-height: 30px;
    color: #444444;
    text-align: center;
    margin: 24px 0 0 0;
	font-family: 'Poppins',cursive;
	font-weight: bold;
}

/* ================================================ */
/* 	ALL DESKTOP SIZES								*/
/* ================================================ */

@media only screen and (min-width: 960px) {
  
}

/* ================================================ */
/* 	DESKTOPS GREATER THAN 1400PX					*/
/* ================================================ */

@media only screen and (min-width: 1400px) {

}

/* ================================================ */
/* 	DESKTOPS WITH MAX WIDTH OF 1200PX				*/
/* ================================================ */

@media only screen and (min-width: 960px) and (max-width: 1399px) {

}

/* ================================================ */
/* 	ALL DEVICES SMALLER THAN 960PX (TABLETS etc)	*/
/* ================================================ */

@media only screen and (max-width: 959px) {
  
}

/* ================================================ */
/* 	TABLET PORTRAIT									*/
/* ================================================ */

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* ================================================ */
/* 	ALL MOBILE DEVICES								*/
/* ================================================ */

@media only screen and (max-width: 767px) {

}

/* ================================================ */
/* 	MOBILE LANDSCAPE								*/
/* ================================================ */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* ================================================ */
/* 	MOBILE PORTRAIT									*/
/* ================================================ */

@media only screen and (max-width: 479px) {
.boxcontent { width: 350px; height: 480px; }
}

