
* {
    margin: 0;
    padding: 0;
	font-family: 'Prompt', sans-serif;
	border: 0;
	outline: 0;
	font-size: 1rem;
}

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

body {
    background-color: #FAFAFC;
}

input {
	width: 100%;
	height: 39px;
	padding-left: 10px;
	color: #0071A2;	
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

h4 {
	font-weight: 400;
    font-size: 24px;
	color: #696969;
	margin-bottom: 20px;
}

a {
    text-decoration: none;
    font-size: 0.9em;
    color: #008000;
}

a:hover {
	text-decoration: underline;
	color: #008000;
}

label:hover, checkbox:hover {
    cursor: pointer;
}

#extmain {
    padding: 70px 0px 40px 0px;
}

#ext1, #ext2 {
    display: flex;
    width: 100%;
    height: 100%;
}

#ext-container {
    position: relative;
    max-width: 680px;
    width: 94%;
    margin: 0 auto;
}

#ext-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    border-radius: 10px;
    font-size: 14px;
    overflow: hidden;
}

#ext-logo {
    background-color: #009587;
    padding: 20px 10px 10px 10px;
    width: 40%;
    order: 2;
    color: white;
    text-align: center;
    font-size: 30px;
	background-image: linear-gradient( 6.3deg, #009587 3.6%, #00665c 98.6% );
}

#ext-logo #logo-ext-desktop {
    width: 100px;	
}

#logo-ext-mobile, #login_det_mob {
    display: none;
}

#ext-form {
    padding: 35px 35px 20px;
    width: 60%;
    order: 1;
}

#ext-form input[type=checkbox] {
    height: 15px;
}

#ext-form button {    
	outline: none;
	width: 100%;
}

#ext-form h4 {
    font-weight: 400;
    font-size: 24px;
}

#ext-logo-desktop {
    display: block;
    font-size: 1.3em;
    line-height: 50px;
    border-bottom: 1px solid white;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

#ext-text-prod {
    display: block;
}

#ext-logo-mobile {
    display: none;
}

#ext-logo-desktop, #ext-logo-mobile {
    letter-spacing: 7px;
	font-weight: bold;
	font-family: 'Bruno Ace SC', sans-serif;
}

#ext-text-prod {
    font-size: 0.9rem;
    text-align: left;
    padding-left: 15px;
    line-height: 30px;	
}

#ext-text-prod p {
	margin-bottom: 0!important;
	font-size: 0.9rem;
}

#ext-form input::placeholder {
	color: #85a3e0;
	font-size: 0.9rem;
}

#ext-form input {
	font-size: 0.9rem;
}


@media screen and (max-width: 600px) {
	
    #ext-container {
        width: 90%;
    }
	
    #ext-logo {
        width: 100%;
        order: 1;
        height: 65px;
        padding: 5px 10px;
    }
	
    #ext-form {   
        width: 100%;
        padding: 20px 15px;
        order: 2;
    }
	
    #ext-logo-desktop {
        display: none;
    }
	
    #logo-ext-desktop {
        display: none;
    }
	
    #ext-text-prod {
        display: none;
    }
	
    #logo-ext-mobile {
        display: block;
        width: 40px;
        float: right;
        margin-right: 30px;
    }
	
	#login_det_mob {
		display: block;
	}
	
	#extmain {
		padding-top: 40px;
	}
	
    #ext-logo-mobile {
        display: block;
        font-size: 1.2em;
    }
	
    #ext-form h4 {
        font-size: 1.1rem;
    }	
	
	/* HACK */
	.form-control {
		font-size: 0.8rem;
	}
	.alert {
		font-size: 0.7rem;
	}	
	.btn {
		font-size: 0.9rem;
	}
	/* HACK */
}
