@font-face {
    font-family : Montserrat-Regular;
    src         : url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family : Montserrat-Bold;
    src         : url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family : Montserrat-Medium;
    src         : url('../fonts/montserrat/Montserrat-Medium.ttf');
}

@font-face {
    font-family : Montserrat-SemiBold;
    src         : url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

.p-b-49 {padding-bottom: 49px;}
.p-b-15 {padding-bottom: 15px;}

* {
    margin      : 0px;
    padding     : 0px;
    box-sizing  : border-box;
}

/* body, html {
    height      : 100%;
    font-family : Montserrat-Regular;
    background: #fceabb;
    background: -webkit-linear-gradient(to bottom, #f8b500, #fceabb);
    background: linear-gradient(to bottom, #f8b500, #fceabb);
} */

body  {
  background-image: url('https://images.pexels.com/photos/37057285/pexels-photo-37057285.jpeg?auto=compress&cs=tinysrgb&w=1600');
  object-position: center bottom no-repeat;
  background-size: 100% auto;
        -webkit-animation: slidein 100s;
        animation: slidein 100s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;
}

@-webkit-keyframes slidein {
from {background-position: top; background-size:3000px; }
to {background-position: -100px 0px;background-size:1750px;}
}

@keyframes slidein {
from {background-position: top;background-size:3000px; }
to {background-position: -100px 0px;background-size:1750px;}

}

#rest {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

textarea, input {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.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: #f2f2f2;   */
}

.wrap-login100 {
    width: 390px;
    /* background: #ffff; */
    /* border-radius: 10px; */
    overflow: hidden;
    padding: 65px 55px 30px 55px;

    /* box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1); */

    background: rgba(63, 61, 61, 0.48);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    border: 1px solid rgba(63, 61, 61, 0.29);
}

.version {
    font-family: Montserrat-Medium;
    float: left;
    margin: -45px 0px 0px -40px;
    font-size: 12px;
}

.fa, .version { color:#c7c7c7;}

.login100-form {
    width: 100%;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 35px;
}

.wrap-inputpass {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 10px;
}

.input100 {
    font-family: Montserrat-Medium;
    font-size: 15px;
    color: #707070;
    line-height: 1.2;

    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}

.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 3px;
    padding-bottom: 10px;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #ff8800;
}

.login100-form-btn {
    font-family: Montserrat-Medium;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

.login100-form-title {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #ebebeb;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;

    width: 100%;
    display: block;
}

.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: 0;
    padding-right: 5px;
    padding-top: 16px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-show-pass:hover {
    color: #fed26a;
}

*, *::before, *::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 576px) {
    .wrap-login100 {
      padding: 77px 15px 33px 15px;
    }

    input[type=button] {
        width: 100%;
        margin-top: 0;
    }

    .version {
        margin: -45px 0px 0px 0px;
    }
}
