@charset "UTF-8";

html * {
    font-family: verdana !important;
}

body{
    background: #c4ced7!important;
}
.loginWrapper {
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    width: 500px;
    margin: 150px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.inputStyle {
    width: 100%;
}

input {
    font-weight: bold !important;
    /*text-indent: 5px !important;*/

    height: 50px;
    width: 100%;
    background: #fff !important;
    color: #4d4e4e !important;
    font-size: 1.1em;
    filter: none !important;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #c5c5c5;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #078fc9 !important;
}

*: focus {
    outline: none !important;
    border: none !important;
}

input:focus {
    outline: none !important;
    border: none !important;
    border-bottom: 2px solid #078fc9 !important;
}
::placeholder {
    color: #9e9e9e !important;
    font-weight: normal;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #9e9e9e !important;
    font-weight: normal;
}
::-ms-input-placeholder {
    color: #9e9e9e !important;
    font-weight: normal;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #9e9e9e !important;
}

input:invalid {
    box-shadow: none !important;
}

.customDiv {
    margin-top: 10px;
    height: 50px;
    width: 100%;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    box-sizing: border-box;
    border-radius: 2px;
    outline: 0px transparent !important;
    position: relative;
}

.btn {
    color: white !important;
    background: #000f1e !important;
    font-size: 1.2em;
    height: 50px;
    cursor: pointer;
    border-radius: 10px;
}

.btn:hover {
    background: #527b4f;
}

.resetPass {
    color: #BB501C;
    font-size: 0.8em;
    text-decoration: underline;
    margin: 10 0 15px 0;
    cursor: pointer;
    float: left;
}

.doregister {
    border-radius: 5px;
    font-size: 0.8em;
    text-decoration: none;
    margin: 0 0 15px 0;
    cursor: pointer;
    float: right;
    height: 25px;
    line-height: 25px;
    min-width: 100px;
    padding: 5px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    background: transparent;
    color: #3F3A36;
    border: 1px solid #3F3A36;
}

.doregister:hover {
    background: #3F3A36;
    color: #fff;
}

.footerActions {
    height: 50px;
    margin-top: 20px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    bottom: 5px;
    transition: 0.2s ease all;
    color: #8c8c8c !important;
    font-weight: normal;
}

input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label {
    bottom: 40px;
    left: 0px;
    opacity: 1;
    color: #8c8c8c !important;
    font-weight: normal;
    font-size: 0.8em;
}

input:-webkit-autofill ~ .floating-label {
    bottom: 40px;
    left: 0px;
    opacity: 1;
    color: #8c8c8c !important;
    font-weight: normal;
    font-size: 0.8em;
}

select {
    color: #969696 !important;
    font-size: 0.9em !important;
    font-weight: bold !important;
}
@media only screen and (max-width:800px) {
    .loginWrapper {
        margin-top: 30px;
        padding: 15px;
        width: 85%;
    }
    input {
        font-weight: bold !important;
        /*text-indent: 5px !important;*/

        height: 70px;
        width: 100%;
        background: #fff !important;
        color: #4d4e4e !important;
        font-size: 1.1em;
        filter: none !important;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 2px solid #c5c5c5;
    }
    .customDiv {
        margin-top: 0 auto;
        height: 70px;
        width: 100%;
        display: inline-block;
        border-style: solid;
        border-width: 1px;
        border-color: transparent;
        box-sizing: border-box;
        border-radius: 2px;
        outline: 0px transparent !important;
        position: relative;
    }
    .btn {
        color: white;
        background: #6A9D67;
        font-size: 1.2em;
        height: 55px;
        cursor: pointer;
        border-radius: 10px;
    }
    input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label {
        bottom: 45px;
        left: 0px;
        opacity: 1;
        color: #8c8c8c !important;
        font-weight: normal;
        font-size: 1.1em;
    }
    input:-webkit-autofill ~ .floating-label {
        bottom: 45px;
        left: 0px;
        opacity: 1;
        color: #8c8c8c !important;
        font-weight: normal;
        font-size: 1.1em;
    }
}

.footer {
    margin-top: 30px;
    height: 50px;
}

.footerbrdggps {
    width: 45%;
    color: white !important;
    background: #039be5 !important;
    font-size: 1em;
    height: 30px;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    box-sizing: border-box;
    border-radius: 2px;
    outline: 0px transparent !important;
    position: relative;
    float: left;
    margin: 0 10px;
    text-align: center;
    line-height: 30px;
}

.right {
    float: right !important;
    background: #8e24aa !important;
}

.signbutton {
    background: #00a3e0  !important;
}

.h2Title{
    color:#078fc9;
}