.container{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(252,247,244,1) 0%, rgba(237,242,222,1) 100%);
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.workarea {
    height: 280px;
    width: 350px;
    background-color: white;
    /* border: 1px solid rgb(141, 149, 149); */
    
    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin-top:12.8%;
    margin-left: auto;
    margin-right: auto;
    
    padding: 44px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    overflow: hidden;
}
.lalign {
    text-align: left;
    margin-bottom: 4%;
}
.logocontainer {
    /* margin-left: 40px;
    margin-top: 40px; */
    margin-bottom: 4%;
}
.msftlogo {
    height: 24px;
    width: 108px;
}
.signintxt {
    font-size: x-large;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-size: 1.5rem;
    font-weight: 600;
    /* margin-left: 40px;
    margin-top: 40px; */
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.row {
    height: 40px;
    margin-top: 8px;
}
.col {
    vertical-align: top;
}
.txt {
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    background-color: transparent;
    /* padding: 6px 10px; */
    outline: none;
    height: 26px;
    width: 98% !important;
    margin: 0px !important;
}
.standard {
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
    width: 100%;
    /* margin: 20px; */
    margin-bottom: 4%;
}

.infoText {
    font-size: 13px;
    margin-bottom: 4%;
}

.linkText {
    color: #0166b8;
    text-decoration: none;
}

.buttons {
    display: flex;
    justify-content: right;
    margin-top: 7%;
}

.button {
    width: 110px;
    height: 35px;
    border: none;
    margin-left: 1%;
    cursor: pointer;
}
.back {
    color: black;
    background-color: #ccc;
}
.back:hover {
    background-color: #b2b2b2 !important;
}
.next {
    color: white;
    background-color: #0067b8;
}
.next:hover {
    background-color: #005da6 !important;
}
.workarea-singin:hover {
    background-color: lightgray;

}
.workarea-singin {
    display: flex;
    height: 46px;
    width: 438px;
    background-color: white;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.signin-img {
    height: 35px;
    margin-top: 1.3%;
    margin-left: 10%;
}

.signin-text {
    margin-top: 2.8%;
    margin-left: 3%;
}