@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: 1188px;
        margin: 0px;
        padding: 0px;
    }

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

    }
    #main_form {
        width: 340px;
        height: 300px;
        margin-top: 485px;
        margin-left: 73px;
        display: inline-block;
    }
    .form_input {
        width: 340px;
        height: 55px;
        font-family: "CarlsbergBold";
        font-size: 50px;
        background: none;
        border-width: 0px 0px 5px 0px;
        border-color: white;
        outline: 0;
        color: white;
        float: left;
        padding: 0px;
        margin-top: 0px;
        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: 320px;
        height: 100px;
        background: white;
        margin-left: 10px;
        margin-top: 40px;
        color:#00692F;
        border: 0px;
        font-family: 'CarlsbergBold';
        font-weight: 900;
        text-align: center;
        border-radius: 100px;
        font-size: 34px;
        cursor: pointer;
    }
    #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: 1188px;
		margin: 0px;
		padding: 0px;
	}

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

	}
    #main_form {
        width: 320px;
        height: 300px;
        margin-top: 365px;
        margin-left: 0px;
        display: inline-block;
    }
    .form_input {
        width: 210px;
        height: 35px;
        font-family: "CarlsbergBold";
        font-size: 30px;
        background: none;
        border-width: 0px 0px 5px 0px;
        border-color: white;
        outline: 0;
        color: white;
        float: left;
        padding: 0px;
        margin-left: 55px;
        margin-top: 0px;
        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: 200px;
        height: 60px;
        background: white;
        margin-left: 60px;
        margin-top: 20px;
        color: #00692F;
        border: 0px;
        font-weight: 900;
        float: left;
        clear: both;
        font-family: 'CarlsbergBold';
        text-align: center;
        border-radius: 50px;
        font-size: 20px;
        cursor: pointer;
    }
    /* 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*/

}

