* {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

body {
    margin: 0 0;
}

.iima_form_area {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #d1efff;
}

.iima_form h4 {
    margin: 0px 0px 12px;
    font-size: 1.5rem;
    line-height: 1.334;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
}

.iima_form label {
    font-size: 12.5px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
}

.iima_form form {
    padding: 40px 30px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
}

.iima_form form h4 {
    margin-bottom: 0px;
    color: rgb(25 118 210);
}

.iima_form form h4 span {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.iima_form form p {

    font-size: 14px;
    color: #000;
    opacity: 0.65;
    font-weight: 400;
    max-width: 400px;
    margin-bottom: 30px;
}

.iima_form a.discrete {
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    border-bottom: solid 1px rgba(0, 0, 0, .0);
    padding-bottom: 4px;
    margin-left: auto;
    font-weight: 300;
    transition: all 0.3s ease;
    margin-top: 40px;
}

.iima_form a.discrete:hover {
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}

.iima_form button {
    -webkit-appearance: none;
    width: auto;
    min-width: 100px;
    border-radius: 24px;
    text-align: center;
    padding: 15px 40px;
    margin-top: 5px;
    background-color: #1976d2;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .13);
    border: none;
    transition: all 0.3s ease;
    outline: 0;
}

.iima_form button:hover {
    transform: translateY(-3px);
}

button:hover:active {
    transform: scale(0.99);
}

.iima_form input {
    font-size: 16px;
    padding: 20px 0px;
    height: 56px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background: #fff;
    min-width: 80px;
    box-sizing: border-box;
    transition: all 0.3s linear;
    color: #000;
    font-weight: 400;
    -webkit-appearance: none;
    width: 100%;
}

.iima_form input:focus {
    outline: 0;
}

.iima_form .floating-label {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.iima_form .floating-label label {
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.iima_form .floating-label input:not(:placeholder-shown) {
    padding: 28px 0px 12px 0px;
}

.iima_form .floating-label input:not(:placeholder-shown)+label {
    transform: translateY(-10px);
    opacity: 0.7;
}

.iima_form {
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    margin: auto auto;
    background: #f47d3f;
    border-radius: 4px;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, .12);
}

.text-danger {
    color: crimson;
}

.iima_form .left {
    width: 340px;
    height: auto;
    min-height: 100%;
    position: relative;
    background-image: url("../../images/iima_login.png");
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.iima_form .left svg {
    height: 40px;
    width: auto;
    margin: 20px;
}

.iima_form .captcha-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 15px;
}

.iima_form .RefreshIcon {
    width: 48px;
    height: 48px;
}

.iima_form svg {
    width: 41px;
    height: 40px;
    padding: 10px;
}

.password-icon {
    position: absolute;
    right: 10px;
    top: 25px;
}