.login {
    margin: 0;
    padding: 0
}

@media screen and (min-width:768px) {

    .leftside,
    .rightside {
        height: 100vh;
    }

    .flex-container {
        height: 300px;
    }
}

.leftside,
.rightside {
    height: 100vh;
    width: 100%
}

.leftside {
    background: #fff;
    z-index: 99
}

.rightside {
    color: #fff
}

.bg {
    background: url('../images/blog/9.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.login-logo-2 {
    position: absolute;
    top: 20px;
    right: 40px
}

.rightside .bg-overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /* background-color: rgba(13, 186, 163, 0.3); */
    z-index: -1
}

.rightside .item h5 {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    color: #fff
}


.footer-login {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px
}

.login-tittle p {
    color: #fff;
    font-family: "Sarabun", sans-serif;
    padding: 3em 0 1em 0;
    font-weight: 600;
    font-size: 30px;
    z-index: 2
}

.login-tittle2 {
    padding: 15px 0;
}

.wrap-pages {
    margin: 3% auto;
    position: relative;
    max-width: 500px;
}

.wrap-pages {
    width: 90%;
}


.login-pages .login-content {
    padding: 30px;
}

.login-pages .login-content .fa.fa-lock {
    font-size: 12px;
}

.login-pages .login-btn {
    position: relative;
}

.login-logo {
    padding-top: 40px;
}

.thumbnail-login {
    padding: .15rem;
    background-color: #fff;
    border-radius: .25rem;
    max-width: 100%;

    -webkit-transition: box-shadow 2s ease-out;
    -moz-transition: box-shadow 2s ease-out;
    -o-transition: box-shadow 2s ease-out;
    transition: box-shadow 2s ease-out;

    -webkit-transition: padding 0.3s linear;
    -moz-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    transition: padding 0.3s linear;

}

/* .thumbnail-login:hover {
    padding: 10px;
    -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, .3);
    -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, .3);
    box-shadow: 1px 2px 10px rgba(52, 61, 71, .3);
} */

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 250px;
    display: flex;
}

.flex-start {
    align-self: flex-start;
}

.flex-end {
    align-self: flex-end;
}

.center {
    align-self: center;
}

.baseline {
    align-self: baseline;
}

.stretch {
    align-self: stretch;
}

.flex-item {
    background: #fff;
    width: 100%;
    margin: 5px;
    line-height: 100px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    border-radius: .25rem;
    max-width: 100%;
}

.contain {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.item-img {
    min-width: 0;
    margin: 5px;
}

.item-img img {
    height: 100px;
    max-width: 100%;
    max-height: 100px;
}

.owl-nav [class*=owl-] {
    height: 30px;
    width: 30px;
    background: rgba(50, 51, 51, .5);
    color: #505458;
    -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, .3);
    -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, .3);
    box-shadow: 1px 2px 10px rgba(52, 61, 71, .3);
}

.owl-nav button span {
    color: #0DBAA3
}

.owl-nav button span:hover {
    color: #fff
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

/*---------------------------------------------*/

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.input100 {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;

    display: block;
    width: 100%;
    height: 52px;
    background: transparent;
    padding: 0 5px;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #0DBAA3;
}

.focus-input100::after {
    font-family: "Sarabun", sans-serif;
    font-size: 16px;
    color: #999999;
    line-height: 1.2;

    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0px;
    padding-left: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100::after {
    top: -10px;
    font-size: 13px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::after {
    top: -10px;
    font-size: 13px;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}


/*------------------------------------------------------------------

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;

    font-family: "Poppins-Regular", sans-serif;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;

    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}