/* Table of Content
 ==================================================
 #Page Structure
 */
@font-face {
    font-family: 'Metric';
    src: url('https://drop.semagroup.com.au/down/fonts/Metric-Bold.woff2') format('woff2'),
        url('https://drop.semagroup.com.au/down/fonts/Metric-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('https://drop.semagroup.com.au/down/fonts/Metric-Bold.woff2') format('woff2'),
        url('https://drop.semagroup.com.au/down/fonts/Metric-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Metric';
    src: url('https://drop.semagroup.com.au/down/fonts/Metric-Regular.eot');
    src: url('https://drop.semagroup.com.au/down/fonts/Metric-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://drop.semagroup.com.au/down/fonts/Metric-Regular.woff2') format('woff2'),
        url('https://drop.semagroup.com.au/down/fonts/Metric-Regular.woff') format('woff'),
        url('https://drop.semagroup.com.au/down/fonts/Metric-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metric';
    src: url('https://drop.semagroup.com.au/down/fonts/Metric-Regular_1.eot');
    src: url('https://drop.semagroup.com.au/down/fonts/Metric-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('https://drop.semagroup.com.au/down/fonts/Metric-Regular_1.woff2') format('woff2'),
        url('https://drop.semagroup.com.au/down/fonts/Metric-Regular_1.woff') format('woff'),
        url('https://drop.semagroup.com.au/down/fonts/Metric-Regular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* #Page Structure
================================================== */
body { background: #fff; font-family: font-family: 'Metric', Arial, sans-serif; font-size: 16px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.em1{background:#005f6d}
.main {width: 100%; margin: auto auto; }
.pull-left{float:left !important;}
.pull-right{float:right !important;}
.m-b-50{margin-bottom:50px !important;}

/*Validation css starts*/
.form-area { float: right; width: 100%; background: #fff; padding:10px 34px; margin: 65px 0; font-family: 'Metric', Arial, sans-serif;}
.em1 .form-area{background:#005f6d}
.em1 .form-area h2, .em1 .form-area p, .em1 .form-area label{color:#fff;}
.form-area h2 {color: rgb(51, 51, 51); margin-bottom: 10px;font-size: 25px;line-height: 30px; font-weight:900;}
.form-area p {color: rgb(51, 51, 51); margin-bottom: 30px;font-size: 18px;line-height: 24px; font-weight:normal;}

.form-area h2 a{color:#e37222; text-decoration:underline;}
.form-area h2 a:hover{text-decoration:none;}
.form-area .name{float:left; width:100%;border-bottom: 1px solid #ededed;padding-bottom: 35px;}
.form-area label{width:100%; margin-bottom:6px; color:#49494B; font-weight:900; font-size:18px; float:left}
#login-form .inputsyle1 { float: left; width: 100%; padding: 10px 10px 6px; font-size: 18px; color: #333; border: 1px solid #ccc; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -webkit-appearance: none; box-shadow: none; background:#fff;height: 40px; margin-top:4px;}
#login-form textarea { float: left; width: 100%; padding: 10px 10px; font-size: 18px; color: #333333; border: 1px solid #ccc; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -webkit-appearance: none; box-shadow: none; background:#f9f9f9; height:130px; resize:none}

#login-form .form-row { float: left; width: 100%;  margin-bottom: 25px;}
#login-form .form-col { float: left; width: 48%; }
#login-form .submit-btn{ background:#e37222; border:1px solid #e37222; font-size:18px; color:#fff; padding:14px 50px 9px; cursor:pointer; float:none; margin:0 auto; display:inherit; font-weight:800; width:230px;}
#login-form .submit-btn:hover{background:#e37222;}
.safari #login-form .submit-btn{  padding:10px 50px 13px;}
.ie #login-form .submit-btn{  padding:13px 50px 10px;}
_:-ms-fullscreen, :root  #login-form .submit-btn{  padding:14px 50px 9px;}
#login-form span.error{margin-top: 7px;color: #FF0004;font-size: 18px;float:left;}

/*form validation styles goes here*/
#login-form .successmsg { color: #e37222; margin-top: 22px; display: none; font-size: 18px; line-height: 25px; float: left; width: 100%; font-weight: 700; text-align: center;}
.form-area .successmsg { color: #e37222; margin-top: 22px; font-size: 24px; line-height: 25px; float: left; width: 100%; font-weight: 700; text-align: center;}
#login-form input.error{ border-color: #FF0004 !important; }
#login-form .selectbox .error{ border-color: #FF0004 !important; }

.checkbox p{float:left; width:100%; margin-bottom:0px !important;}
.checkbox label{font-weight:normal; color:#333; width:auto; cursor:pointer}
.checkbox label a{color:rgb(51, 51, 51);}
.checkbox input{margin-right:10px;}
.em1 .checkbox label a{color:#fff;}

/*form validation styles ends here*/

/*Responsive styles goes here*/
@media all and (max-width:1200px) {
.form-area{margin: 25px 0;}
}

@media all and (max-width:767px) {
.form-area{padding: 10px 20px;}
}

@media all and (max-width:480px) {
#login-form .form-col{width:100%;}
#login-form .form-col input, #login-form .form-row{margin-bottom:10px;}
#login-form .submit-btn{font-weight: 700; padding: 10px;}
#login-form .inputsyle1{height: 35px;}
#login-form span.error {
    margin-top: 0px;
}
}



/* #General Styles
================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; list-style: none; }
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0;}
html { -webkit-text-size-adjust: none; }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; box-shadow: none; font-family: 'Metric', Arial, sans-serif;}
input[type="button"], input[type="submit"] { -webkit-appearance: none !important; }
a { outline: none; cursor: pointer; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none !important; outline: none !important; }

/*Placeholder opacity cross browsers*/
input::-webkit-input-placeholder { color: #999; opacity:1;} /* WebKit browsers */
input:-moz-placeholder { color: #999; opacity:1;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: #999; opacity:1;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: #999; opacity:1;} /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder { color: #999; opacity:1;} /* WebKit browsers */
textarea:-moz-placeholder { color: #999; opacity:1;} /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder { color: #999; opacity:1;} /* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder { color: #999; opacity:1;} /* Internet Explorer 10+ */
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {border: 0;}