/* For iphone: */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .panel {
        width: 245px !important;
        height: 530px !important;
        margin: 10% 0 0 8% !important;
        position: fixed;
    }

    .header {
        padding-top: 35px !important;
    }

    .headerText {
        font-size: 25px !important;
    }

    .form {
        width: 200px !important;
        margin: 15px 0px 0 21px !important;
    }

    .fomButtons {
        padding: 0px 0 0 45px !important;
    }

    .panel-body {
        height: 500px !important;
    }

    .forgotButton {
        margin-top: 10px !important;
    }

    .verPwd {
        margin-top: 25px !important;
    }

    .verPwdErr {
        width: 197px !important;
    }

    #password-strength-meter {
        margin-top: 60px !important;
    }

    #fomButtonId {
        margin-top: 7px !important;
    }
}

/* iphone 6,7,8 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .panel {
        width: 280px !important;
        height: 570px !important;
        margin: 10% 0 0 9% !important;
    }

    .header {
        padding-top: 35px !important;
    }

    .headerText {
        font-size: 25px !important;
    }

    .form {
        width: 240px !important;
        margin: 35px 0px 0 21px !important;
    }

    .fomButtons {
        padding: 0px 0 0 55px !important;
    }

    .panel-body {
        height: 540px !important;
    }

    .forgotButton {
        margin-top: 10px !important;
    }

    .verPwd {
        margin-top: 25px !important;
    }

    .verPwdErr {
        width: 259px !important;
    }
}

/* For mobile : like samsung grand(480 * 800): */
@media only screen and (min-device-width: 400px) and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2) {
    .panel {
        width: 300px !important;
        margin: 15% 0 0 10% !important;
    }

    .header {
        padding-top: 32px !important;
    }

    .headerText {
        font-size: 28px !important;
    }

    .panel-body {
        height: 540px !important;
    }

    .form {
        width: 240px !important;
        margin: 35px 0 0 30px !important;
    }

    .fomButtons {
        padding: 0px 0 0 60px !important;      
    }

    .forgotButton {
        margin-top: 10px !important;    
    }

    .verPwd {
        margin-top: 25px !important;
    }

    .verPwdErr {
        width: 259px !important;
    }
}

/* For mobile : like samsung grand(480 * 800): */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .panel {
        width: 260px !important;
        margin: 15% 0 0 10% !important;
    }

    .header {
        padding-top: 32px !important;
    }

    .headerText {
        font-size: 28px !important;
    }

    .panel-body {
        height: 530px !important;
    }

    .form {
        width: 200px !important;
        margin: 35px 0 0 30px !important;
    }

    .fomButtons {
        padding: 0px 0 0 45px !important;                 
    }

    .forgotButton {
        margin-top: 10px !important;
    }

    .verPwd {
        margin-top: 25px !important;
    }

    .verPwdErr {
        /*width: 259px !important;*/
        width: 197px !important;
    }

    #password-strength-meter {
        margin-top: 63px !important;
    }
}
/* For ipad: */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .panel {
        margin: 10% 0 0 13% !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .panel {
        margin: 10% 0 0 22% !important;
    }
}

body {
    /*background-color: #3f5052;*/
    background-color: #5fd9c5;
    font-family: "ProximaNovaLight", helvetica, arial, sans-serif;
}

.panel {
    width: 500px;
    background: white;
    height: 550px;
    margin: 5% 0 0 27%;
}

.header {
    /* text-align:center;
    padding-top: 50px;
    font-size: 40px;
    max-width: 480px; */
    text-align: center;
    padding-top: 25px;
    height: 100px;
    font-size: 40px;
    background: #071d49;
    color: white;
}

.ping-input-container {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 14px;
    /* text-transform: capitalize; */
    color: #929aa1;
    vertical-align: top;
    line-height: 1em;
    font-family: "ProximaNovaRegular", helvetica, arial, sans-serif;
    cursor: default;
}

.emailText::-webkit-input-placeholder { /* WebKit browsers */
    font-style: italic; /* 1em -> input font-size * 1 -> 40px * 1 = 40px */
}

.logins-icons {
    position: absolute;
    top: 13px;
    left: 3px;
    padding-right: 2px;
}

    .logins-icons:after {
        content: "";
        display: block;
        width: 1px;
        height: 15px;
        position: absolute;
        background: #bdc2ce;
        left: 28px;
        top: 4px;
    }

.emailText {
    margin: 7px 0 0 0;
    display: block;
    border-radius: 0;
    padding-left: 40px;
    padding-bottom: 10px;
}

.ping-login-footer {
    background: #071d49;
    float: left;
    width: 100%;
}

.fooerlogo {
    float: right;
}

.footerImg {
    float: right;
    width: 85px;
    padding: 10px;
}

.form {
    width: 400px;
    height: 100px;
    text-align: left;
    margin: 25px 0 0 57px;
}

.formMessages {
    font-size: 15px;
}

.formLabel {
    text-align: left;
    color: #929aa1;
    float: left;
    margin: 30px 0 0 0;
    font-size: 14px;
}

input[type=text], input[type=password], textarea {
    color: #4c637d;
    /*background-color: #f0f6f7;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f6f7;*/
    background-color: #e6e8ed;
    border-color: #e6e8ed;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: none;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;*/
    /*border-radius: 3px;*/
    border-radius:0px;
    /*-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;*/
}

input[type=button] {
    background: none;
    /*background-color: #2996cc;*/
    background-color: #1ac9a8;
    color: #fff;
    border: none;
    /*border-radius: 3px;*/
    height: 36px;
    outline:0;       
}

.fomButtons {
    margin: 40px 0 0 0;
    padding: 0px 0 0 140px;        
}

.form-control:focus{
background-color: #e6e8ed;
border-color: #2996cc;
/*border-style: solid;*/
border-width: 1px;
box-shadow:none;
}

.hide {
    display: none;
}

.completeMsg {
    margin: 40px 0 0 0px;
    padding: 45px;
    /*display: none;*/
    text-align: justify;
}

.errorMsgs {
    padding: 0px 0 0px 11px;
    font-size: 12px;
    color: red;
    margin: 3px;
    position: absolute;
}
/* Tooltip container */
.tool-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
/* .tooltip {
    width: 120px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    transition: opacity 0.3s;
  } */

.tooltiptext {
    visibility: hidden;
    width: 278px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    text-align: justify;
    padding: 15px;
    position: absolute;
    font-size: 14px;
    z-index: 1;
    bottom: 50%;
    left: 15%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tool-tip + .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tool-tip:hover + .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#password-strength-meter {
    /* padding: 1px 4px; */
    margin-top: 40px;
    height: 25px;
    border: 4px solid rgba(0, 0, 0, 0.05);
    font-size: 12px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 4px;
}

    #password-strength-meter.weak {
        background: #CC1111;
    }

    #password-strength-meter.moderate {
        background: #999911;
    }

    #password-strength-meter.strong {
        background: #11CC11;
    }

#verifyPassword::-webkit-input-placeholder { /* WebKit browsers */
    font-style: italic; /* 1em -> input font-size * 1 -> 40px * 1 = 40px */
}

#Password::-webkit-input-placeholder { /* WebKit browsers */
    font-style: italic; /* 1em -> input font-size * 1 -> 40px * 1 = 40px */
}

.verPwdErr {
    width: 359px;
}
