﻿* {font-family: 'Montserrat', sans-serif; margin: 0; padding: 0; box-sizing: border-box;}
body {
    background: url("../clp/prd/01/images/TXT_Background_compass_gradient.jpg") no-repeat center bottom fixed;
    background-size: cover;
}
input, textarea {-webkit-appearance: none; -webkit-border-radius: 0;}
#defaultForm p.error {color: #ff0000; font-size: 12px; margin: -20px 0 10px; overflow-wrap: break-word;}
.errorSign {display: inline-block; font-family: Arial; font-size: 20px; margin: 9px 10px 0; position: absolute; right: -25px; top: 7px; width: 10px;}
textarea:focus, input:focus{outline: 0;}
*:focus {outline: 0;}
#form-wrapper {margin: 50px auto; position: relative; width: 440px;}
.header {background: #fff; padding: 15px;}
/*.logo {
    margin: 0 auto;
    float: none !important;
}
.logo img {max-height: 80px; max-width: 750px; width: 195px;}*/

.logo {
    width: 200px;
    max-height: 80px;
    max-width: 750px
}

 .logo img {
        width: 100%;
    }
#defaultForm {background: rgba(255, 255, 255, 0.8); padding: 50px 25px 25px; position: relative; border-radius: 5px;}
.block1, .block2 {position: relative;}
#form-wrapper .input {background: #fff; border: 2px solid #d9d9d9; color: #333; font-size: 14px; margin: 0 0 10px; padding: 15px 20px; width: 100%;}
input::-webkit-input-placeholder{color:#333;}
#form-wrapper input:-ms-input-placeholder {color: #aaa !important;}
#form-wrapper input::-webkit-input-placeholder {color: #999 !important;}
#defaultForm p {color: #000; font-size: 18px; font-weight: 400;}
#LoginBtn {
    background: #203669;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px;
}
#defaultForm h1 {
    color: #203669;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 40px;
    text-align: center;
}
.clear {clear:both;}
.forgot-pwd {color: #888; display: block; font-size: 14px; font-weight:normal; margin: 40px 0 0;}
.block2 {position: relative;}
.hasPlaceholder{border: 1px solid #eee; color: #000; font-size: 14px; margin: 0 0 15px; padding: 10px 5px; width: 280px;}
#divWatermarkPass .hasPlaceholder {border: 0 none; color: #000; font-size: 14px; margin: 0 0 15px; padding: 10px 5px; width: 280px;}
.language-selection {margin: 0 0 45px;}
select {-moz-appearance: none; -webkit-appearance: none; -o-appearance: none; -ms-appearance: none; background: #fff url("../clp/prd/01/images/down-Arrow.jpg") no-repeat scroll 95% center; border: 2px solid #d9d9d9; color: #999; font-size: 14px; padding: 12px 15px 12px 20px; position: relative; width: 100%; border-radius: 0;}
select::-ms-expand {display: none;}
select option {padding: 2px 5px 2px 20px;}
.cropbox {left: 0px; position: fixed;}
@media all and (max-width:640px){#form-wrapper {margin: 25px auto 50px; width: 90%;} .header {width: 100%;} #defaultForm p.error {margin: 0 0 10px; position: static;} .logo {margin: 0 auto; float: none !important;} .language-selection {margin: 0 0 25px;} #defaultForm h1 {margin: 0 0 30px;} select {background: #fff url("../clp/prd/01/images/down-Arrow.jpg") no-repeat scroll 95% center;} body {background-size: cover;}}