@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #111111;
    overflow-x: hidden;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
}

img {
    max-width: 100%;
}

a,
.btn {
    transition: all .5s;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0px;
}

.login-logo {
    max-width: 132px;
    margin-bottom: 20px;
}

.login-left-wrapper {
    text-align: center;
}

.common-padding {
    padding: 60px 0
}

.signin-title {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.login-form .btn {
    width: 100%;
    display: block;
}
.login-form {
    border: 1px solid #333;
    padding: 30px;
    border-radius: 10px;
}

.login-left-wrapper h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 10px;
}

.login-left-wrapper h3 {
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 15px;
}

.login-left-wrapper ul {
    margin-top: 20px;
}

.login-left-wrapper ul li a {
    color: #111;
    margin-bottom: 5px;
    display: inline-block;
}

.login-left-wrapper ul li a:hover {
    color: #462C76
}

.login-form label {
    font-size: 14px;
    font-weight: 600;
}

.form-control {
    font-size: 16px;
    height: 40px;
}


.login-wrapper .btn-primary {
    background: #462C76;
    color: #fff;
    padding: 7px 50px;
    border: 0;
}

.login-wrapper .btn-primary:hover {
    background: #121212;
}

.login-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-left-wrapper .logo img {
    max-width: 320px;
}


.login-form .form-group {
	margin: 0 0 24px;
}

.login-form .form-group label {
	font-size: 16px;
	font-weight: 500;
	line-height: 21.79px;
	display: block;
	margin: 0 0 8px;
	text-transform: capitalize;
	color: #000000;
}

.login-form .form-control {
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	padding: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.79px;
	color: #101010;
	height: 52px;
}

.login-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--Black);
}

.login-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--Black);
}

.login-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--Black);
}

.login-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: var(--Black);
}

.login-body {
    background: #fff !important;
}

.login-form .form-group .icheck-primary label {
    position: relative;
    top: auto;
    left: auto;
    font-size: 16px;
    line-height: 21px;
    color: #5D434B;
}
.login-form .form-group .icheck-primary label::before {
    border-color: #333;
}
.login-form .form-group .icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.login-form .form-group .icheck-primary>input:first-child:checked+label::before {
    background-color: #462C76;
    border-color: #462C76;
}
.login-form .form-group .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.login-form .form-group .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before,
.login-form .icheck-primary>input:first-child:not(:checked):not(:disabled):focus+input[type=hidden]+label::before,
.login-form .icheck-primary>input:first-child:not(:checked):not(:disabled):focus+label::before,
.login-form .form-group .icheck-primary>input:first-child:hover+input[type=hidden]+label::before ,
.login-form .form-group .icheck-primary>input:first-child:focus+input[type=hidden]+label::before {
    border-color: #462C76;
}