/*******
						www.outying.com
						  page driver
********/
@media (max-width: 767px) {
    .logoflatrates{
        width: 300px;
    }
}
@media (min-width: 767px) {
    .logoflatrates{
        width: 350px;
    }
}
@media (max-width: 767px) {
	.mobile-only {
        display: block !important;
    }
}
.mobile-only a a:hover{
    color: #00695c;
}
.tt{
    color: red;
}
.forgot,.forgot:hover{
    color: #000;
    margin-right: 10px;
    text-decoration: underline;
}
button.btn.btn-primary.waves-effect.block-center.top-20 {
    text-align: center;
    margin: 0 auto;
    margin: 0 auto !important;
    text-align: center;
    width: 100px;
    display: block;
}
        section{
            padding: 100px 0 30px 0 !important;
        }
        .reset-password-bloc{
            border: solid 1px #e4e3e3;
        }
        .reset-password-bloc .title-reset{
            text-align: center;
            font-size: 19px !important;
        }
        .reset-password-bloc p{
            text-align: center;
        }
        .reset-password-bloc .item-btn{
            margin: 0 auto;
            text-align: center;
        }
        #item-result .it-result{
            text-align: center;
        }
        #item-result .red-text{
            color: red;
        }