body {
    background-color: #ffffff;
    margin: 0;
}

.center {
    float: left;
    background-color: #10438b;
    width: 700px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -350px;
    position: fixed;
}

.left {
    width: 349px;
    height: 400px;
    background-color: #ffffff;
    float: left;
    background-repeat: no-repeat;
    background-size: 300px 100px;
    background-position: center;
}

.login-container {
    width: 100%;
    margin: 35vh 0;
    height: 30vh;
    align-items: center;
}

.login-form::before {
    content: "";
    background-color: #10438b;
    position: absolute;
    width: 2px;
    height: 180%;
    top: -40%;
    left: 0;
    display: block;
}

.forgot-password {
    color: #10438b;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .0107142857em;
}

.forgot-password:hover {
    color: #1a73e8;
    text-decoration: none;
}

.company-logo {
    width: 100%;
}

.right {
    width: 349px;
    height: 400px;
    background-color: #ffffff;
    float: right;
    padding-left: 25px;
    padding-top: 150px;
}

.btn-into {
    background-color: #25aae7 !important;
    font-weight: 500;
}

.topred {
    background-color: #da0000;
    width: 400px;
    height: 20px;
    margin-left: -10px;
    -ms-transform: skew(-45deg, 0deg);
    /* IE 9 */
    -webkit-transform: skew(-45deg, 0deg);
    /* Chrome, Safari, Opera */
    transform: skew(-45deg, 0deg);
    z-index: 10;
    position: relative;
}

.bottom-left {
    left: 0;
    bottom: 0;
    position: absolute;
    font-size: 10px;
    color: #10438b;
    padding: 5px;
}

.error {
    color: #da0000;
}

.reset-token-form {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 30px;
}

.btn-back-login {
	padding: 12px 0;
	display: inline-block;
}

.myinsight-logo {
	max-width: 400px;
	max-height: 200px;
}

.reset-form-wrapper {
	margin-top: 100px;
}