/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;400;700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;1,100;1,200;1,300;1,400&display=swap');
* {
    padding: 0px;
    margin: 0px;
}

.body {
    background: #E5E5E5;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

body,
html {
    font-family: 'Poppins', sans-serif;
}


/*header section */

.main-content-services {
    position: relative;
    background-position: top right;
    padding-top: 30px;
}

.head-account {
    font-weight: bold;
    font-size: 28px;
    line-height: 55px;
    /* identical to box height, or 196% */
    text-align: center;
    color: #1F2331;
    margin: 0;
}

.main-bg {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40%;
}

/*header section */

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 55px;
    color: #1F2331;
}

.navbar {
    padding: 0;
}

.align-middle {
    vertical-align: middle!important;
}

.login-form h2 {
    color: #f67272;
    font-size: 46px;
    font-weight: 700;
}

.login-form h5 {
    color: #f67272;
    font-size: 26px;
    font-weight: 700;
}

.login-form p {
    color: #1F2331;
    font-size: 18px;
    font-weight: 300;
}

.account {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
}

.account p {
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

h6 a {
    color: #1F2331;
}

.forgot h6 {
    font-size: 14px;
    margin-bottom: 32px;
}

.login-form h4 {
    color: #2867b2;
    font-weight: 600;
    font-size: 25px;
}

.login-form input {
    background: #FFFFFF;
    border: 1px solid #CDCDD7;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    color: rgb(167 167 167 / 58%);
}


/*.form{
    width: 60%;
    margin: 0 auto;
}*/

input {
    background: #FFFFFF;
    border-radius: 8px;
    height: 46px;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #fff;
}

.form-group {
    margin-bottom: 20px;
}

.btn-visit-white {
    color: #fff;
    padding: 10px 30px;
    background: #1f2331;
    border-radius: 10px;
    font-style: normal;
    font-weight: bold;
    border: 1px;
    cursor: pointer;
}

.btn-visit-white:hover {
    background: #1f2331;
    color: #fff;
}

.forgotPassword {
    border: 0px;
    background-color: #fff;
    padding: 1px;
    color: #2867b2;
}

.btn-visit-a {
    color: #fff;
    padding: 10px 54px;
    background: #f67272;
    border-radius: 10px;
    font-style: normal;
    border: 1px;
}

.btn-visit-a:hover {
    background: #de6868;
    color: #fff;
}

.box-content {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
}

.flex-parent {
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}

.flex-item {
    text-align: center;
    padding: 12px 11px 15px;
    background: #fff;
    border: 10px solid transparent;
    width: 33%;
    border-radius: 12px;
    margin: 0.5rem;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
}

.flex-parent h3 {
    color: #f67272;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}

.flex-parent p {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #969494;
    margin: 0;
}

.flex-hover:hover {
    background: #1f2331;
}

.flex-hover:hover h3,
.flex-hover:hover p {
    color: #fff;
}


label.code {
    color: #f67272;
    font-size: 50px;
    font-weight: 700;
    line-height: 97px;
    font-weight: 700;
    margin: 0;
}

.enter-amount {
    width: 220px;
}

.enter-amount-btn {
    line-height: 97px;
}

.w-70 {
    width: 70%;
}

.custom-container {
    width: 70%
}

.placeholder-text {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}

.placeholder-textArea {
    visibility: hidden;
}



@media (max-width: 768px) {
    .h-full {
        height: 100%;
        padding: 15px;
    }
    .flex-parent h3 {
        font-size: 35px;
    }
    .flex-grow {
        flex-grow: initial;
    }
    .flex-item {
        width: 100%;
    }
    .flex-parent {
        display: block;
    }
    .main-box {
        padding: 0;
    }
    .navbar {
        text-align: center;
    }
    .or-space {
        margin: 10px;
    }
    h2 {
        font-size: 36px;
    }
    .custom-container {
        width: 100%
    }
    .enter-amount {
        width: 100%;
    }
}

@media (min-width:767px) {
    /*.account {
        padding: 36px;
    }
*/}