﻿.resetLink {
    float: right;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ffbd41;*/
    color: #fe6625;
    font: 600 18px $primary_font;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    top: 20px;
}
a.resetLink:hover {
    color: #ffbd41;
    text-decoration: none;
    border-bottom: 1px solid #ffbd41;
}
/*input {
    color: white;
    background-color: black;
}*/

/*::-ms-reveal {
    filter: invert(100%);
   
}*/
    input::-ms-reveal,
    input::-ms-clear {
        display: none;
    }
        .pass_show {
    position: relative
}

    .pass_show .ptxt {
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 1;
        color: #f36c01;
        margin-top: -10px;
        cursor: pointer;
        transition: .3s ease all;
    }

        .pass_show .ptxt:hover {
            color: #ffbd41;
        }

.errormsg {
    color: #ba3939;
}
/*------*/
.height-100 {
    height: 40vh
}

.card {
    width: 100%;
    border: none;
    height: 210px;
    background-color: #1e5285;
    /*box-shadow: 0px 10px 20px 0px #d2dae3;*/
    box-shadow: 0px 10px 5px 0px #212529;
    z-index: 1;
    display: flex;
    /*justify-content: center;
    align-items: center*/
}

    .card h6 {
        color: #FFFFFF;
        font-size: 11px
    }
    

.inputs input {
    width: 40px;
    height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.card-2 {
    background-color: #212529;
    padding: 10px;
    width: 350px;
    height: 200px;
    bottom: -40px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

    .card-2 .content {
        margin-top: 20px
    }

        .card-2 .content a {
            color: red
        }

.form-control:focus {
    box-shadow: none;
    border: 2px solid red
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: #f36c01;
    border: 1px solid #f36c01;
    width: 140px;
    color: #fff;
    font: 700 17px $primary_font

}



