@font-face {
    font-family: Roboto;
    src: url('../vender/RobotoCondensed/RobotoCondensed-Medium.ttf');
}

@font-face {
    font-family: Dangrek;
    src: url('../vender/dangrek/Dangrek.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto, Dangrek;
    text-decoration: none;
}

.for-pass-main {
    width: 100%;
    height: 100vh;
    background-image: url('../img/forgetPass-img/9082961.png');
    background-size: cover;
}

.container {
    width: 1200px;
    margin: auto;
}

.forget-pass-in {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-for-pass {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 400px;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    padding-bottom: 20px;

}

.header {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 24px;
    color: navy;
    background-color: rgb(201, 201, 201);
    display: flex;
    justify-content: center;
}

.header>img {
    width: 50px;
    margin-left: 10px;
}

.hero {
    width: 90%;
    margin: auto;
}

.hero>p {
    margin: 24px 0;
    font-size: 18px;
    color: #363636;
    font-weight: 500;
}

.body {
    width: 90%;
    margin: auto;
}

.email>input {
    width: 100%;
    padding: 12px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #363636;
}

.btn-email a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 25px;
    border: none;
    background-color: blue;
    font-size: 18px;
    cursor: pointer;
}

.btn-email>a {
    text-decoration: none;
    color: white;
}

.btn-email>a:hover {
    background-color: #ff4500;
    transform: scale(1.01);
}

.footer {
    display: flex;
    align-items: center;
    margin-left: 25px;
    margin-top: 10px;
}

.footer>a {
    text-decoration: none;
    color: #0000ff;
}

/* another password */
/* ============================ */
.another-pass {
    width: 100%;
    background-image: url('../img/forgetPass-img/4168284.png');
    background-size: cover;
    padding: 50px 0;
}

.another-in {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.form > label{
    color: #363636;
}

.form input {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px grey solid;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 15px;
}

input:focus {
    outline: 1px solid #0000ff;
}

/* ============================ */

/* sucess change */

.bg-con{
    background-image: url(../img/password.png);
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

.congrate-in{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-success {
    width: 500px;
}

.img-cele>img {
    width:350px;
    object-fit:cover;
}

.img-cele {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cele-txt {
    text-align: center;
    width: 100%;
}

.cele-txt>h1 {
    font-size: 39px;
    color: navy;
}

.cele-txt>p {
    font-size:19px;
    color: rgb(97, 90, 90);
}

.btn-suc {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-suc{
    margin-top: 20px;
}

.btn-suc > a{
    padding: 7px 30px;
    font-size: 20px;
    background-color: #0000ff;
    color: #fff;
    border-radius: 10px;
}

.btn-suc > a:hover{
    background-color: #ff4500;
    transform: scale(1.01);
}

/* sucess after payment */
/* ============================ */

.bg-congrate{
    width: 100%;
    height: 100vh;
    background-image: url('../img/success-bg.png');
    background-size: cover;
    background-position: center center;
}

.card-success-tick{
    width: 500px;
    margin: auto;
}

.tick-img{
    width: 130px;
    margin: auto;
}

.tick-img  > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-suc-course{
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 20px;
}

.btn-suc-course > a{
    text-decoration: none;
    font-weight:500;
    background-color:#2196F3;
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
}

.fa-arrow-left{
    font-weight: bold;
    font-size: 1.2em;
}

/* ============================ */

