@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.login
{
    height: 100vh;
}
.header h1
{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000;
}
.header p
{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #737373;
    margin-bottom: 10px;
}

.mb-3 label
{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 15px;
}

.mb-3 input
{
    background: #fff;
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 8px;
}

.mb-3 a
{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #737373;
    margin: 20px 0;
    display: block;
}

.mb-3 .signin
{
    width: 100%;
    height: 42px;
    background: #000;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    border: none;
}

.mb-3 .signin-google
{
    width: 100%;
    height: 42px;
    background: #fff;
    border: 1px solid #bcbcbc;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 10px 0 20px 0;
}

.mb-3 span
{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #737373;
}

.mb-3 span a
{
    font-weight: 600;
}

.login-right h5
{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #026dc4e3;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}
.login-right img
{
    width: 100%;
}
