* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(243, 243, 243);

  
 
    width: 100%;
    display: flex;
    margin-top: 50px;
}

#sing {
    width: 30%;
    min-width: 300px;
 
    text-align: center;
    margin: auto;

  
}

#sing img {
    width: 80px;
    height: 75px;



}

#box_sing {
    margin-top: 40px;
    width: 100%;

    background-color: #fff;
    border: 1px solid rgb(86, 61, 1245);
    box-shadow: 0px 0px 10px 0px rgba(86, 61, 124, 0.75);
    height: 300px;
    padding-top: 80px;

    direction: rtl;

    position: relative;

}

h6 {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    color: #1B5E20;
}
.form-group{
    width: 85%;
    
}
.alert{
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
    margin-top: -20px;
}


input[type=text]:focus,input[type=password]:focus{

    outline:none !important;
   /*  border: 1px solid red;
  background-color: coral;*/


}


@media only screen and (max-width: 404px) {
#alert_text{
    font-size: .9rem;
}
  
  }


  #id_alert{
    width: 100%;
    position: absolute;
    top: 20px; 
 
}