.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action .btn{
    margin-right: 0;
}

i.la.la-angle-down {
    color: #ffffff;
    font-size: 18px;
}

.sign-in-button{
    padding-top: 15px;
}
.m-login.m-login--5{
    overflow: scroll !important;
}

.note-files{
    font-size: 11px;
    margin-bottom: 1px;
}

.row{
    margin-left: 0;
}

.m-form .m-form__group {
    padding-top: 10px;
    padding-bottom: 10px;
}

.m-form .m-form__group:first-child {
    padding-top: 10px;
}

.m-form .m-form__group:last-child {
    padding-bottom: 10px;
}

.btn-outline-focus:hover {
    background-color: #006a2f !important;
    border-color: #006a2f !important;
}

.btn-outline-focus {
    background-color: #006a2f !important;
    border-color: #006a2f !important;
    color: #fff !important;
}

.display-table{
    display: table;
    width: 100%;
}

.display-middle{
    display: table-cell;
    vertical-align: middle;
}

.m-login.m-login--5{
    background-size: cover;
    background-repeat: no-repeat;
}

.entry-wrap .entry-logo{
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
 
.entry-wrap {
    padding: 50px 20px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    border-radius: 10px;
    max-width: 350px;
    margin-left: auto;
    margin-right: 50px;

}

.m-login__title{
    font-weight: 700;
    text-align: center;
}

.m-login__title > div{
  font-size: 16px;
  margin-top: 5px;
}

.entry-wrap .form-control{
    background-color: transparent;
    border-radius: 5px;

}

.ui-select{
    width: 100%;
    position: relative;
    border-radius: 5px;
    padding-right: 10px;
}

.ui-select select{
    width: 100%;
    height: 45px;
}

.entry-wrap select.form-control{
    border: none;
}

.entry-form-link{
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
    list-style-type: none;
    width: 100%;
}

.entry-form-link li{
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.lang-drop-down {
    position: absolute;
    top: -45px;
    list-style-type: none;
    right: 15px;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

.m-login .container{
    position: relative;
}

.bg-top-right{
    background-repeat: no-repeat;
    background-position: top right;
    width: 240px;
    height: 130px;
    position: absolute;
    background-size: contain;
    top: 0;
    right: 0;
}

.m-login__form-action button,
.entry-wrap .btn.btn-primary{
    width: 100%;
    height: 45px;
    font-size: 18px!important;
    border-radius: 5px!important;
    border: none;
    text-transform: uppercase;
}

.m-login__desc{
    text-align: center;
}

.logo-entry-bottom{
    margin: 20px auto;
    display: block;
    width: 130px;
}

.m-login--5 .display-middle{
    padding-top: 50px;
    padding-bottom: 50px;
}

.g-recaptcha-ui{
    width: 200px;
    overflow: hidden;
    border-radius: 5px;
    height: 50px;
    position: relative;
}

.g-recaptcha-ui > img{
    position: absolute;
    top: 0;
    width: 30px;
    right: 10px;
    z-index: 11;
    bottom: 0;
    margin: auto;
}

.g-recaptcha-ui .g-recaptcha{
    position: relative;
    top: -12px;
    left: -2px;
}

.m-login-expired .entry-wrap .entry-logo{
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
}

.m-login-expired .alert {
    padding: 20px;
}

.alert.m-alert--outline.alert-danger ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.alert {
    padding: 10px 40px 10px 10px;
}

.alert .close{
    opacity: 1;
}

.alert.m-alert--outline .close{
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

@media screen and (max-width: 991px){



}

@media screen and (max-width: 767px){

    .entry-wrap .entry-logo {
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 580px){

  .m-login.m-login--5{
    background: rgb(199,139,0)!important;
    background: -moz-linear-gradient(180deg, rgba(199,139,0,1) 0%, rgba(254,191,44,1) 100%)!important;
    background: -webkit-linear-gradient(180deg, rgba(199,139,0,1) 0%, rgba(254,191,44,1) 100%)!important;
    background: linear-gradient(180deg, rgba(199,139,0,1) 0%, rgba(254,191,44,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c78b00",endColorstr="#febf2c",GradientType=1)!important;
  }

    .entry-logo{
        width: 100%;
    }

    .m-login.m-login--5 .container{
        padding: 0 15px;
    }

    .m-login__form-action.form-forgot button{
        width: 100%;
        margin-bottom: 10px;
    }

    .m-login__form-action button,
    .entry-wrap .btn.btn-primary {
        height: 35px;
        font-size: 16px !important;
        padding: 0;
    }

    .entry-wrap {
      padding: 30px 15px;
      max-width: 100%;
      margin: 0;
    }

    .entry-wrap .entry-logo {
        max-width: 240px;
    }

    .m-login-expired .entry-wrap {
        padding: 20px;
    }

    .m-login-expired .entry-wrap .entry-logo {
        margin: 10px auto 20px;
    }

}

@media screen and (max-width: 480px){

    .entry-form-link li:nth-of-type(2){
        padding: 0;
    }

}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){

    .m-login__title {
        font-size: 16px;
    }

}
