@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: Brandon Grotesque;
  src: url(font/brandon-grotesque-black.otf);
  font-weight: bold;
}

body {
    font-family: Calibri,
        Arial,
        Helvetica,
        sans-serif;
}

* {
    outline: none!important;
}

.thumbnail {
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: auto;
}

.thumbnail img {
    width: auto;
    max-width:100%;
}

.thumbnail .caption {
    padding: 0 5px;
}
.calculat-bg .thumbnail{
    background-color:#312f30;
    padding-top:100px;
    padding-bottom:100px;
}
.result-head-bg .thumbnail{
    background-color:#312f30;
    padding-top:100px;
    padding-bottom:100px;
    padding-left:6%;
    padding-right:6%;
}
.caption {
    position: relative;
    width: 100%;
}
.result-head-bg .caption p{
    text-transform: uppercase;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 400;
    font-size:48px;
}
.caption p {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3em;
}

.caption.error p {
    color: #fe0000;
    text-shadow: 4px 4px 4px #333333;
}

.logincp p {
    color: #ffffff;
    font-size: 62px;
    font-family: Calibri,
        Arial,
        Helvetica,
        sans-serif;
    font-weight: bold;
    line-height: 1em;
}

#header-thmb {
    margin: 0;
}

.img-bg img {
    max-width: 100%;
    max-height: 100vh;
    height: auto;
}

.login-bg {
     background-image: linear-gradient(to right, #c6b654, #9e873b);
    background-size: 100% auto;
    height: 140vh;
    overflow: hidden;
}

.lgct-form {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.login-form {
    background-color:#423e33;
    min-height: 520px;
    border-radius: 100px;
    display: block;
    margin: 5% auto;
    text-align: center;
    width: 70%;
    box-shadow: 0px 0px 3px 5px rgba(50, 50, 50, 0.15);
}

.login-form .lgct {
    padding: 10% 0 20%;
    display: inline-block;
}

.logincp {
    margin-bottom: 70px;
}

.err {
    color: #ff1f1f;
    background: #fff;
    border-radius: 30px;
    padding: 2px;
    width: 200px;
    margin: 0 auto;
    position: absolute;
    top: 82px;
    left: 28%;
}

.login-form input[type=password] {
    float: none;
    border: 2px solid #ffffff;
    padding: 11px 10px 6px 25px;
    max-width: 300px;
    width: 100%;
    background: transparent;
    min-height: 44px;
    margin-top: 15px;
    outline-color: transparent;
    color: #ffffff;
    text-align: center;
}

.pw-wrap {
    margin: 50px 0px 30px 0px;
    position: relative;
}

.pw-wrap:before {
    content: url(images/gray-lock.png);
    position: absolute;
    margin-top: -4px;
}

.login-form input[type=submit] {
    border-radius: 30px;
    color: #423e33;
    padding: 8px 33px;
    visibility: visible !important;
    background: #ffffff url(images/btn-arrow.png) no-repeat;
    background-size: 40px;
    background-position: 130px;
    text-align: left;
    font-size: 22px;
    margin-top: 8%;
    float: none;
    border:none;
}

.empbsdv {
    float:right;min-width:250px;
}

.empbspn {
    padding-top: 6px;
    display: inline-block;
    padding-left: 6px;
}


.animation {
    transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
}

.login-form input[type=submit].anim:hover {
    background-position: 170px;
}

.lgt input[type=submit].logoutfr {
    border-radius: 30px;
    color: #312f30;
    padding: 5px 30px;
    visibility: visible !important;
    background: #ffffff url(images/gray-logout-new.png) no-repeat;
    background-position: 13px 8px;
    min-width: 165px;
    max-width: 185px;
    text-align: right;
    font-size: 21px;
    margin-top: 2%;
    float: right;
    width: auto;
}

.lgt input[type=submit].logoutfr:hover {
    background: transparent url(images/gray-logout-new.png) no-repeat;
    -webkit-transition-duration: 0.4s;
    background-position: 13px 8px;
    box-shadow: inset 0px -50px 0 0 rgba(44, 143, 0, .1), inset 0px 50px 0 0 rgba(44, 143, 0, .1);
    transition: box-shadow 0.7s ease-in-out;
}

.rgt input[type=submit].clearfr {
    border-radius: 30px;
    color: #312f30;
    padding: 5px 50px;
    visibility: visible !important;
    background: #ffffff url(images/gray-clear-new.png) no-repeat;
    background-position: 17px 7px;
    min-width: 165px;
    max-width: 185px;
    text-align: right;
    font-size: 21px;
    margin-top: 2%;
    float: left;
    width: auto;
}

.rgt input[type=submit].clearfr:hover {
    background: transparent url(images/gray-clear-new.png) no-repeat;
    -webkit-transition-duration: 0.4s;
    background-position: 17px 7px;
    box-shadow: inset 0px -50px 0 0 rgba(44, 143, 0, .1), inset 0px 50px 0 0 rgba(44, 143, 0, .1);
    transition: box-shadow 0.7s ease-in-out;
}

.form-ct {
    background: #f3f3f3;
    box-shadow: 0px 0px 13px 10px #e1e1e1;
    display: inline-block;
    padding: 3% 6% 6%;
    margin-top: 2%;
    margin-bottom: 7%;
    border-radius: 100px;
    color: #666666;
    font-size: 19px;
    width: 100%;
}

.form-ct label {
    font-weight: normal;
    float: left;
    max-width: 600px;
}

label.error {
    color: red;
    clear: right;
    float: right;
    margin: 0;
    max-width: 230px;
    width: 100%;
    padding-top: 5px;
    line-height: 1.3em;
}

.form-ct button,
input,
select,
textarea {
    float: right;
    border: 1px solid #312f30;
    padding: 6px 10px;
    max-width: 250px;
    border-radius: 50px;
    width: 100%;
}

.form-ct .submit,
.form-ct input[type=submit] {
    border-radius: 30px;
    color: #312f30;
    padding: 8px 40px;
    visibility: visible !important;
    background: #ffffff url(images/gray-arw-bg.png) no-repeat;
    background-size: :100% auto;
    background-position: right;
    min-width: 210px;
    text-align: left;
    font-size: 22px;
    margin-top: 2%;
}

.form-ct input[type=submit]:hover {
    background: transparent url(images/gray-arw-bg.png) no-repeat;
    -webkit-transition-duration: 0.3s;
    background-position: right;
    box-shadow: inset 0px -50px 0 0 rgba(44, 143, 0, .1), inset 0px 50px 0 0 rgba(44, 143, 0, .1);
    transition: box-shadow 0.7s ease-in-out;
}

.theform input[type=submit] {
    border-radius: 30px;
    color: #312f30;
    padding: 8px 33px;
    visibility: visible !important;
    background: #ffffff url(images/gray-excel.png) no-repeat;
    background-size: 25px;
    background-position: 165px;
    text-align: left;
    font-size: 22px;
    margin-top: 8%;
    border: 1px solid;
}

.theform input[type=submit]:hover
{
    background: #ffffff url(images/gray-excel.png) no-repeat;
    background-size: 25px;
    background-position: 165px;
}

.form-ct .frmlbl {
    border-bottom: 1px solid #acacac;
    display: inline-block;
    padding: 35px 0;
    clear: both;
    width: 100%;
}

.pctcl {
    margin-top: 15px;
    clear: both;
}

.form-ct .frmlbl1 {
    display: inline-block;
    padding: 35px 0;
    clear: both;
    width: 100%;
}

input.error {
    background: #F33;
    color: #fff !important;
    border: none;
}

input.error::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

.lgctpwd::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: center;
    font-style: italic;
    color: #ffffff;
    font-size: 22px;
}

.percentageip::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    text-align: right;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

.balancect {
    color: #312f30;
    border: 3px solid #312f30;
    padding: 6px 10px;
    font-size: 26px;
    width: 700px;
    text-align: center;
    margin: 5% auto 38px;
    border-radius: 15px;
}

.balancect.error {
    color: #fe0000;
    border: 3px solid #fe0000;
    width:100%;
}

.excelcs {
    float: right;
    margin: 5% 0 0px;
}

.excelcs img {
    width: 50%;
    position: relative;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1);
    transition: all 300ms ease-in;
    transform: scale(1);
    cursor: pointer;
}

.excelcs img:hover {
    z-index: 2;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 300ms ease-in;
    transform: scale(1.2);
}

.cttxt {
    /* margin-top: 5%; */
    font-weight: bold;
    text-align: center;
}

footer {
    background:#e9dc8c;
    min-height: 100px;
}

/* amount image css */
.amt-sec {
    position: relative;
}

img.amt-img {
    position: absolute;
    z-index: 999;
    margin-top: 80px;
    margin-left: 40px;
    width: 35px;
}

@media only screen and (max-width:1090px) {
    .caption {
        top: 32%;
    }
    .result-head-bg .thumbnail{
        padding-top:60px;
        padding-bottom:60px;
    }
    .calculat-bg .thumbnail{
       padding-top:60px;
       padding-bottom:60px;
    }
    .result-head-bg .caption p{
        font-size:42px;
    }
}

@media only screen and (max-width:767px) {
    .caption p {
        font-size: 26px;
    }
    .form-ct button,
    input,
    select,
    textarea {
        width: 100%;
        max-width: 650px;
    }
    label.error {
        max-width: 650px;
    }
    .logincp p {
        font-size: 26px;
    }
    .login-form {
        width: 85%;
        min-height: auto;
    }
    .login-form .pw-wrap {
        margin-left: 0px;
    }
    .login-form .lgct {
        padding: 8% 0;
        display: inline-block;
        width: 80%;
    }
    .login-form input[type=password] {
        max-width: 180px;
        margin-left: 40px;
    }

    .empbsdv {
        float:none;
    }
    .result-head-bg .caption p{
        font-size:32px;
    }

}

@media only screen and (max-width:367px) {
    .login-form .lgctbtn,
    .login-form input[type=submit] {
        padding: 6px 32px;
    }
    .lgctpwd::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size: 16px;
    }
    .login-form .pw-wrap {
        margin-top: 6%;
    }
    .balancect {
        font-size: 22px;
        width: 300px;
    }
}