* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100vh;
}
.text-decoration-none {
    text-decoration: none !important;
}

.sm-flex {
    display: flex;
}

.sm-flex-between {
    justify-content: space-between;
}

.sm-flex-center {
    align-items: center;
}

.sm-wrapper {
    height: 100vh;
    background: url(../Images/bg.jpg) no-repeat center / cover;
}

.sm-main {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.sm-form {
    position: relative;
    background-color: #fff;
    padding: 30px 20px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    color: #666;
}

@media (min-width: 960px) {
    .sm-main {
        justify-content: end;
        padding: 40px 80px;
    }
}

@media (min-width: 1400px) {
    .sm-form {
        right: 10%;
    }
}

@media (min-width: 1600px) {
    .sm-form {
        right: 15%;
    }
}

.sm-form form {
    margin: 30px 0;
}

.sm-form .input-group .form-control {
    border-right: none;
    box-shadow: none;
}

.sm-form
    .input-group
    .form-control:focus
    ~ .input-group-append
    .input-group-text {
    border-color: #80bdff;
}

.sm-form .input-group-text {
    background-color: transparent;
}

.sm-form .sm-logo {
    display: inline-block;
    max-width: 212px;
    margin-bottom: 20px;
}
.sm-form .smb-logo {
    display: inline-block;
    max-width: 186px;
    padding-left: 20px;
    text-align:center;
}

.sm-form .sm-forgot-password {
    margin-top: 10px;
}

.sm-powered-by {
   
    border-top: 2px solid #999;
    padding-top: 20px;
    text-align:center;
}
