﻿body {
    overflow: hidden;
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    filter: alpha(opacity=20);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.2;
    z-index: 10000;
}

.speech-bubble {
    position: relative;
    background: #00C700;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    /*line-height: 120px;*/
    text-align: center;
    width: 150px;
    height: 110px;
    border-radius: 10px;
    padding: 0px;
}

    .speech-bubble:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: #00C700 transparent;
        border-width: 0 20px 21px;
        top: -21px;
        left: 50%;
        margin-left: -20px;
    }

div.g-recaptcha {
    padding-bottom: 20px;
    margin: 0 auto;
    width: 304px;
}

.invisible {
    display:none;
}

.options {
    height: 60px !important
}

.options-spn {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-top:10px
}


.pwdreset {
    display: none;
    border: solid 1px gray;
    background-color: white;
    margin-top: 5px
}

.pointer {
    cursor: pointer;
}

.padding-left-5 {
    padding-left: 5px;
}

.no-padding-left { padding-left:0 !important }

.request {
    cursor: pointer;
    background: #c72a25;
    border-color: #c72a25;
    color: #ffffff;
    text-shadow: none;
    line-height: 1.8;
    padding: 0 12px;
    box-shadow: none !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 12px;
    border-radius: 4px;
    user-select: none;
    margin-top:-2px;
}

.align-left    { text-align: left; }
.align-center  { text-align: center; }
.align-justify { text-align: justify; }

.pwd {
    border: solid 1px #e9dede;
    height: 95px;
    padding-top: 6px !important;
    background-color: #ffffff;
}

.otp {
    border: solid 1px #e9dede;
    height: auto;
    padding-top: 6px !important;
    background-color: #ffffff;
    padding-bottom:6px !important;
}

#step2 {
    margin-top: 15px;
    margin-left: 1px !important;
    margin-right: 1px !important;
    display: none;
    border: solid 1px gray;
    background-color: white;
    opacity: 0.85;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:4px;
}
.pwdopt { padding-left: 1px !important; padding-right: 1px !important }
.otpopt { padding-left: 0px !important; padding-right: 1px !important; height: 100px }
.padding-top-5px { padding-top: 5px !important}
.padding-top-4px { padding-top: 4px !important}

@media (max-width: 1199px) {
	.pwdopt { padding-left: 1px !important; padding-right: 1px !important }
	.otpopt { margin-top:5px !important }
    .pwd    { height:115px !important  }
}

/* Chrome, Safari, Edge, Opera, hides the spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*FF hides the spinner*/
input[type=number] {
    -moz-appearance: textfield;
}

.linkable {
    cursor: pointer;
    text-decoration:underline;
}

.linkable-simple {
    cursor: pointer;
}

.recaptcha {
    padding-top:10px;
}

#backtostep1 {
    width:200px;
}

.btn { margin-bottom:2px !important }