.micros-auth-form {
    display: block;
    padding: 15px;
}


 .micros-auth-form  .btn-orange {
     padding: 12px 0;
     width: calc(100% - 8px);
     display: block;
     border: none;
     cursor: pointer;
 }

.micros-auth-form a {
    color: #2f6cb1;
    font-weight: 400;
}

.micros-auth-form .wrapper {
    display: flex;
}

.micros-auth-form .wrapper .left,
.micros-auth-form .wrapper .right {
    width: 100%;
    padding: 10px;
}

.micros-auth-form .wrapper .left {
    padding-top: 20px
}

.micros-auth-form .wrapper .left {
    max-width: 30%;
}
.micros-auth-form .wrapper .right .auth-line {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.micros-auth-form .wrapper .right .auth-line input {
    padding: 10px;
    width: calc(100% - 5px);
}

@media screen and (max-width: 425px) {
    .micros-auth-form .wrapper {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
}