.login-media-col {
    background: #0c6589;
}
.dynamicimage {
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}
.dynamicimage img {
    width: 85%;
    margin: 0 auto;
}
.forgot_image_svg {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.forgot_image_svg svg {
    width: 145px;
    height: 130px;
    display: inline-block;
}
.login-title h3 {
    text-align: center;
    margin-bottom: 15px;
}
.login-title p {
    font-size: 16px;
}
.forgot_password_btn {
    margin-top: 20px;
}
.forgot_password_btn a {
    border-radius: 10px !important;
    float: left;
    width: 49%;
    background: #49b8bf;
    border: none;
    height: 50px;
    font-size: 18px;
    margin-right: 1%;
}
.forgot_password_btn a:hover {
    background: #249097;
}
.forgot_password_btn button {
    border-radius: 10px !important;
    float: right;
    width: 49%;
    background: #49b8bf;
    border: none;
    height: 50px;
    font-size: 18px;
    margin-left: 1%;
}
.forgot_password_btn button:hover {
    width: 49%;
    background: #249097;
}
.toggle-envelope img {
    top: 15px !important;
}
.alert-danger {
    color: #ff0400;
}

.alert-success{
    color: #49BF65;
}

.alert-danger li, .alert-success li {
    margin: 10px 20px;
    list-style: initial;
}

.container-box-shadow{
    padding: 20px !important;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
