.bigbox {
    width: 100%;
    height: 570px;
    background-color: rgb(240, 242, 245);
    border: none;
}

.b {
    margin: 0px;
}

.I1 {
    width: 300px;
    margin-left: 300px;
    margin-top: 150px;
}

.P1 {
    font-size: 25px;
    font-family: "Arial";
    margin-left: 330px;
    margin-top: -5px;
}

.Sbox {
    width: 400px;
    height: 350px;
    background-color: white;
    border: none;
    border-radius: 8px;
    margin-left: 850px;
    margin-top: -250px;
    box-shadow: 0px 0px 15px 0px rgb(226, 226, 226);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.TF1 {
    width: 345px;
    height: 45px;
    margin-top: 15px;
    font-size: 15px;
    font-family: "Arial";
    padding-left: 15px;
    border-radius: 5px;
    border-style: solid;
    border-color: rgb(226, 226, 226);
    border-width: 1.5px;
    outline: none;
}

.Pass {
    width: 345px;
    height: 45px;
    margin-top: 15px;
    font-size: 15px;
    font-family: "Arial";
    padding-left: 15px;
    border-radius: 5px;
    border-style: solid;
    border-color: rgb(226, 226, 226);
    border-width: 1.5px;
    outline: none;
}

.TF1::placeholder {
    color: rgb(200, 200, 200);
}

.Pass::placeholder {
    color: rgb(200, 200, 200);
}

.TF1:focus {
    border-color: rgb(0, 179, 255);
}

.Pass:focus {
    border-color: rgb(0, 179, 255);
}

.B1 {
    width: 370px;
    height: 45px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: blue;
    border: none;
    border-radius: 5px;

}

.B1:hover {
    background-color: blueviolet;
    cursor: pointer;
}

.A1 {
    font-family: "Arial";
    font-size: 15px;
    color: rgb(25, 148, 219);
    margin-top: 15px;
    text-decoration: none;
}

.A1:hover {
    text-decoration: underline;
}

.Line1 {
    width: 370px;
    border-top-style: solid;
    border-top-width: 1.5px;
    border-top-color: rgb(220, 220, 220);
    margin-top: 30px;
}

.B2 {
    width: 220px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background-color: green;
    color: white;
    font-family: "Arial";
    font-size: 15px;
    margin-top: 22px;
    font-weight: bold;
}

.B2:hover {
    background-color: greenyellow;
    cursor: pointer;
}

.P2 {
    margin-top: 15px;
    margin-left: 890px;
    font-size: 15px;
    font-family: "Arial";
}

.A2 {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.A2:hover {
    text-decoration: underline;
}

.Box3 {
    width: 100%;
    height: 100px;
}

.A3 {
    text-decoration: none;
    color: rgb(118, 118, 118);
    padding-right: 10px;
    text-decoration: none;
    font-size: 13px;
    font-family: "Arial";
}

.A3:hover {
    text-decoration: underline;
}

.UL {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-left: 285px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.B3 {
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    color: rgb(118, 118, 118);
}

.UL2 {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-left: 285px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.A4 {
    text-decoration: none;
    color: rgb(118, 118, 118);
    padding-right: 15px;
    font-size: 13px;
    font-family: "Arial";
}

.A4:hover {
    text-decoration: underline;
}

.Line2 {
    width: 1000px;
    border-top-style: solid;
    border-width: 1.5px;
    border-color: rgb(220, 220, 220);
    margin-top: 5px;
    margin-left: 323px;
}

.UL3 {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-left: 285px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.UL4 {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-left: 285px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.PL {
    margin-top: 20px;
    color: rgb(118, 118, 118);
    font-size: 13px;
    font-family: "Arial";
    margin-left: 325px;
}
.I2
{
    width: 13px;
}

@media(max-width:576px){
    .P1{
        color: blueviolet;
    }
}

@media(max-width:768px){

}
@media(max-width:992px){
    
}
@media(max-width:1200px){

}
@media(max-width:1400px){

}