/*
    Created on : Mar 5, 2018, 4:03:17 PM
    Author     : smm
*/

body,
html {
    width: 100%;
    /* height: 100%; */
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

[ login]*/ .limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: 2em;
}

.wrap-login100 {
    width: 400px;
    min-height: 70vh;
    background-color: #A9C9FF;
    background-image: linear-gradient(to right bottom, #ACB6E5, #90C5F3, #72D4F6, #63E1EB, #74EBD5);
    border-radius: 3.3%;
    overflow: hidden;
    /* box-shadow: 0px 3px 3px 0px #A9C9FF;
  -moz-box-shadow: 0px 3px 3px 0px #A9C9FF;
  -webkit-box-shadow: 0px 3px 3px 0px #A9C9FF;
  -o-box-shadow: 0px 3px 3px 0px #A9C9FF;
  -ms-box-shadow: 0px 3px 3px 0px #A9C9FF; */
}

.login100-form {
    width: 100%;
}

.login100-form-title {
    display: block;
    font-size: 25px;
    color: #555555;
    line-height: 1.2;
    text-align: center;
}

.wrap-input100 {
    width: 100%;
    padding: 2.2px;
    margin: 5px 0;
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #e6e6e6;
}

.wrap-input100.rs1 {
    border-top: none;
}

.login100-form input {
    outline: none;
    border: none;
}

.login100-form .checkbox input {
    margin-right: 8px;
    margin-top: 8px;
}

.login100-form button {
    outline: none !important;
    /* border-top: 5px groove #999; */
    border: none;
    /* border-radius: 7px; */
}

.login100-form button:hover {
    cursor: pointer;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    border-radius: 16px;
}

.login100-form input.input100 {
    height: 45px;
    padding: 0 15px 0 15px;
    border-radius: 16px;
}

.login100-form .checkbox {
    font-size: 13px;
}

.focus-input100-1,
.focus-input100-2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100-1::before,
.focus-input100-2::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: rgb(133, 188, 255);
}

.focus-input100-1::before {
    top: -1px;
    left: 0;
}

.focus-input100-2::before {
    bottom: -1px;
    right: 0;
}

.focus-input100-1::after,
.focus-input100-2::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    background-color: rgb(133, 188, 255);
}


/* .focus-input100-1::after {
    top: 0;
    right: -1px;
}

.focus-input100-2::after {
    bottom: 0;
    left: -1px;
}

.input100:focus+.focus-input100-1::before {
    -webkit-animation: full-w 0.2s linear 0s;
    animation: full-w 0.2s linear 15s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.input100:focus+.focus-input100-1::after {
    -webkit-animation: full-h 0.1s linear 0.2s;
    animation: full-h 0.1s linear 0.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.input100:focus+.focus-input100-1+.focus-input100-2::before {
    -webkit-animation: full-w 0.2s linear 0.3s;
    animation: full-w 0.2s linear 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.input100:focus+.focus-input100-1+.focus-input100-2::after {
    -webkit-animation: full-h 0.1s linear 0.5s;
    animation: full-h 0.1s linear 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes full-w {
    to {
        width: calc(100% + 1px);
    }
}

@keyframes full-h {
    to {
        height: calc(100% + 1px);
    }
} */

.container-login100-form-btn {
    width: 100%;
    flex-wrap: wrap;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 13px;
    width: 100%;
    height: 45px;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background-color: #424242;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 16px;
}

.login100-form-btn:hover {
    color: #fff;
    background-color: #525252;
}

.login100-form-btn-cancel {
    background-color: #777;
}

.login100-form-btn-cancel:hover {
    background-color: #888;
    text-decoration: none;
    color: #fff;
}