@charset "utf-8";
a:visited, a:link, a:active{ color: black; text-decoration: none;} 
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 1080px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:#000614 url('../images/splash_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    #main {
        width: 1100px;
        height: 1000px;
        margin: 0 auto;

    }
    #main_form {
        width: 1100px;
        height: 300px;
        display: inline-block;
        
    }
    #splash_bg_inner{
        width: 417px;
        height: 250px;
        background: url('../images/splash_bg_inner.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 65px;
        margin-top: 200px;
    }
    .form_input {
        width: 320px;
        height: 55px;
        font-family: "BarlowCondensed-Bold";
        font-size: 64px;
        background: none;
        border-width: 0px 0px 5px 0px;
        border-color: white;
        outline: 0;
        color: white;
        float: left;
        clear: both;
        padding: 0px;
        margin-top: 30px;
        margin-left: 110px;
        text-align: center;
    }
    input[type=button] {
        outline: 0;
        border: 0px;
    }
    ::-webkit-input-placeholder {
        /* Chrome */
        color: white;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }
    :-moz-placeholder {
        /* Firefox 4 - 18 */
        color: white;
    }
    #splash_send {
        display: inline-block;
        width: 270px;
        height: 76px;
        background: #FCC976;
        margin-left: 135px;
        margin-top: 30px;
        color:#000614;
        border: 0px;
        font-family: 'BarlowCondensed-Bold';
        text-align: center;
        border-radius: 50px;
        font-size: 40px;
        cursor: pointer;
        float: left;
        clear: both;
    }
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }
    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #errors {
        width: 700px;
        background: white;
        border: 5px solid #cf0000;
        border-radius: 25px;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Bold";
        color: #cf0000;
    }
    #errors ul {
        font-family: "Myriad Pro Bold";
        font-size: 18px;
        color: #cf0000;
    }
    #errors ul li {
        margin-top: 15px;
		list-style-type: disc;
    }
    #errors_ok {
        background: #cf0000;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: white;
        font-family: "Myriad Pro Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 525px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 200px) {
    html, body {
		width: 100%;
		height: 768px;
		margin: 0px;
		padding: 0px;
	}

	body {
		background:#000614 url('../images/splash_bg_mobile.jpg');
		background-repeat:no-repeat;
		background-position:center top;
	}
    #main {
        width: 320px;
        height: 1000px;
        margin: 0 auto;

    }
    #main_form {
        width: 320px;
        height: 300px;
        display: inline-block;
        
    }
    #splash_bg_inner{
        width: 281px;
        height: 168.5px;
        background: url('../images/splash_bg_inner_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 19.5px;
        margin-top: 54px;
    }
    .form_input {
        width: 220px;
        height: 55px;
        font-family: "BarlowCondensed-Bold";
        font-size: 43px;
        background: none;
        border-width: 0px 0px 5px 0px;
        border-color: white;
        outline: 0;
        color: white;
        float: left;
        clear: both;
        padding: 0px;
        margin-top: 10px;
        margin-left: 50px;
        text-align: center;
    }
    input[type=button] {
        outline: 0;
        border: 0px;
    }
    ::-webkit-input-placeholder {
        /* Chrome */
        color: white;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }
    :-moz-placeholder {
        /* Firefox 4 - 18 */
        color: white;
    }
    #splash_send {
        display: inline-block;
        width: 180px;
        height: 50px;
        background: #FCC976;
        margin-left: 70px;
        margin-top: 20px;
        color:#000614;
        border: 0px;
        font-family: 'BarlowCondensed-Bold';
        text-align: center;
        border-radius: 50px;
        font-size: 32px;
        cursor: pointer;
        float: left;
        clear: both;
    }
    /* Errors wrapper */
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }
    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 310px;
        background: white;
        border: 5px solid #cf0000;
        border-radius: 25px;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(35% - 125px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Bold";
        font-size: 18px;
        color: #cf0000;
    }
    #errors ul {
        font-family: "Myriad Pro Bold";
        font-size: 15px;
        color: #cf0000;
    }
    #errors ul li {
        margin-top: 15px;
		list-style-type: disc;
    }
    #errors_ok {
        background: #cf0000;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: white;
        font-family: "Myriad Pro Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }
    /* Errors END*/

}

