﻿
.limiter {
    width: 100%;
    margin: 0 auto;
}

input:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: 0none;
    box-shadow: none;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* padding: 15px; */
    background-color: #fbfbfb;
    height: 100px;
}

.login100-form {
    width: 100%;
}


.txt1 {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
    /*text-transform: uppercase;*/
    padding-bottom: 2px;
}

.wrap-login100 {
    width: 340px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 30px;
    margin-bottom: 22px;
}

.login100-form-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    /* padding-bottom: 15px; */
    font-size: 12px;
}

.login100-form-btn {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: -moz-box; */
    /* display: -ms-flexbox; */
    /* padding: 0 20px; */
    /* border-radius: 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    height: 30px;
    background-color: #424242;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover {
        /* background-color: #0e7d9b; */
        -webkit-box-shadow: 0px 0px 4px 0px #0e7d9b;
        -moz-box-shadow: 0px 0px 4px 0px #0e7d9b;
        box-shadow: 0px 0px 4px 0px #0e7d9b;
    }

.input100 {
    /* font-family: Raleway-Medium; */
    color: #555555;
    line-height: 35px;
    font-size: 15px;
    display: block;
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    background: transparent;
    /* height: 55px; */
    padding: 0px 10px;
}


.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #0e7d9b;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 15px;
}

    .wrap-input100:hover {
        /* background-color: #0e7d9b; */
        /*border: 1px solid transparent;*/
        -webkit-box-shadow: 0 5px 6px -6px #1cabd2;
        -moz-box-shadow: 0 5px 6px -6px #1cabd2;
        box-shadow: 0 5px 6px -6px #1cabd2;
    }

.login100-form-title {
    /* font-family: Raleway-Medium; */
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    /*text-transform: uppercase;*/
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 15px;
}

.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 15px;
}


.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.validate-input {
    position: relative;
}

input::placeholder {
    color: #999999;
}

input:focus::placeholder {
    color: transparent;
}


/*textarea:focus, input:focus {
    border-color: transparent !important;
}*/

input {
    border-style: none;
    border-color: currentcolor;
    border-width: medium;
    outline: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[role="button"], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.validate-input {
    position: relative;
}

.m-b-12 {
    margin-bottom: 12px;
}

.btn-show-pass:hover {
    color: #0e7d9b;
}

.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 12px;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
}

    .btn-show-pass:hover {
        color: #0e7d9b;
    }

.btn-show-pass {
    font-size: 15px;
    color: #999999;
    cursor: pointer;
}


[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

element {
}


button:hover {
    cursor: pointer;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}


button {
    outline: none !important;
    border: none;
    background: transparent;
    background-color: transparent;
}

[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[role="button"], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: inherit;
}
