body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
}




.content {
    text-align: center;
    margin: 80px 0;
}

.content .Logo img {
    width: 180px;
    height: 220px;
}

.about {
    padding: 20px;
    width: 70%;
    margin: auto;
    margin-top: 30px;
    box-shadow: 1px 3px 10px #DDD;
}

.about p {
    color: #777777;
}

.content .getourApp {
    margin-top: 30px;
}

.content .getourApp a {
    text-decoration: none;
    outline: none;
}

.content .getourApp a img {
    width: 240px;
    height: 70px;
    margin-right: 20px;
}

.content .getourApp a img:hover {
    opacity: 0.8;
}


#ResetPassword {
    margin-top: 60px;
    margin-bottom: 20px;
}

    #ResetPassword .Headingtitle {
        text-align: left;
        margin-bottom: 40px;
    }

        #ResetPassword .Headingtitle h4 {
            font-size: 28px;
            color: #000;
        }

    #ResetPassword .logo {
        text-align: center;
        margin-bottom: 60px;
    }

        #ResetPassword .logo img {
            width: auto;
            height: 100px;
        }

    #ResetPassword .Content {
        text-align: center;
        width: 100%;
        margin: auto;
        padding: 40px;
        position: relative;
        background-color: #f3f3f3;
        border-radius: 10px;
    }

    #ResetPassword .Form input {
        box-shadow: none;
        border: none;
        border-radius: 30px;
        transition: all 0.5s ease-in-out;
    }

        #ResetPassword .Form input::placeholder {
            color: #acacac;
        }

    #ResetPassword .Form .saveBtn {
        text-align: right;
    }

        #ResetPassword .Form .saveBtn .save_btn {
            background: #d4ad79;
            border: none;
            padding: 7px;
            width: 150px;
            border-radius: 30px;
            color: #FFF;
            outline: none;
            box-shadow: none;
            transition: all 0.2s ease-in-out;
        }

            #ResetPassword .Form .saveBtn .save_btn:hover {
                background-color: #000;
            }

.language {
    color: #545454;
    padding: 7px;
}

.copyright {
    color: #545454;
    text-align: right;
    padding: 7px;
}

    .copyright p, .language p {
        font-size: 14px;
        margin-bottom: 0;
    }


@media only screen and (max-width: 600px) {
    .language, .copyright {
        text-align: center;
    }

    #ResetPassword .Form .SaveButton .Save_btn {
        width: 100%;
    }

    .about {
        padding: 10px;
        width: 90%;
    }
    .content .getourApp a img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .about {
        padding: 10px;
        width: 90%;
    }
    .content .getourApp a img {
        margin-right: 10px;
    }
}