::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#5b5b5b !important;
    font-size: 18px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#5b5b5b !important;
    font-size: 18px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#5b5b5b !important;
    font-size: 18px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#5b5b5b !important;
    font-size: 18px;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:#5b5b5b !important;
    font-size: 18px;
}

::placeholder { /* Most modern browsers support this now. */
    color: #5b5b5b !important;
    font-size: 18px;
}

h1.login-page-title,
h1.reset-password-image-title{
    font-size: 25px;
    font-weight: bold;
}

.login-form{
    margin-top: 25px;
}

.login-form input[type="email"],
.login-form input[type="password"],
.reset-password-form[type="password"],
.reset-password-form input[type="email"]{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 60px;
    padding-left: 22px;
    font-size: 18px;
    background: transparent;
    color: #5b5b5b;
}

a.link-reset-password{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #5b5b5b;
    text-decoration: underline;
    display: block;
    padding-top: 20px;
}

#login-page .app-image {
    margin-top: -337px;
}

.login-form .btn-login,
.reset-password-form .btn-reset-password-send{
    height: 58px;
}

.login-form .btn-login span,
.reset-password-form .btn-reset-password-send span{
    font-size: 22px;
    text-transform: none;
    font-weight: 500;
}

.login-form .btn-hover-effect{
    width: 92%;
    height: 58px;
    margin-left: -5px;
    margin-top: -13px;
}

.login-form .btn-login:hover .btn-hover-effect{
    border:29px solid #699d9a;
    margin-left: -5px;
    margin-top: -13px;
}

.reset-password-form .btn-hover-effect{
    width: 95%;
    margin-left: -5px;
    margin-top: -13px;
    height: 58px
}


.reset-password-form .btn-reset-password-send:hover .btn-hover-effect{
    border:29px solid #699d9a;
    margin-left: -5px;
    margin-top: -13px;
}

#top-menu{
    display: none;
}

.btn-sign{
    display: none;
}

.btn-back{
    background-color: #96c7c4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
    cursor:pointer;
    overflow:hidden;
    width: 103px;
    height: 42px;
    display: block;
}

.btn-back a{
    background-image: url("../img/arrow-home.png");
    background-repeat: no-repeat;
    background-position: left 12px center;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-decoration:none;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    padding: 10px 12px 10px 39px;
    top: 10px;
}

.btn-hover-effect{
    width: 103px;
    height: 42px;
    border:0px solid #699d9a;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
    box-sizing:border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn-back:hover .btn-hover-effect{
    border:21px solid #699d9a;
}

.btn-back:hover a{
    color:#fff;
}

.footer-after-page{
    display: block;
    margin-bottom: 43px;
}

.footer-after-page a{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #2b686a;
    text-decoration: underline;
}

footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
}

footer .footer-bottom {
    background-image: none;
    width: 100%;
    margin-top: 0px;
}

.home-page-show{
    display: none;
}

.app-image{
    display: none;
}

@media (max-width: 1112px) {
    footer .footer-bottom{
        background-image: none;
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    .footer-after-page {
            display: block;
            margin-top: 25px;
            margin-bottom: 10px;
            margin-top: 38px;
    }

    .footer-after-page a {
        font-size: 16px;
        font-weight: normal;
        font-family: 'Poppins', sans-serif;
        top: -8px;
    }

    #login-page .app-image {
        margin-top: 0px;
    }

    footer .footer-bottom .text-right{
        text-align: center !important;
    }

    .reset-password-form .btn-hover-effect {
        width: 94%;
    }
}

@media (max-width: 836px) {
    h1.login-page-title,
    h1.reset-password-image-title{
        font-size: 20px;
    }

    footer{
        position: relative;
        bottom: 0px;
        width: 100%;
        margin-top: 0px;
    }

    footer .footer-bottom{
        margin-top: 30px;
    }

    .login-form .btn-hover-effect{
        width: 88%;
    }

    .reset-password-form .btn-hover-effect {
        width: 96%;
    }
}

@media (max-width: 600px) {
    .app-image img{
        width: 50%;
    }
}

@media (max-width: 480px) {
    .tablet-mobile-footer {
        margin-left: 7px;
    }

    .reset-password-form .btn-hover-effect {
        width: 93%;
    }

    .login-form .btn-hover-effect {
        width: 82%;
    }
}

#download{
    display: none;
}

