﻿.dropdown{
    width:100%;
    border-radius:2px;
   height:36px;
   font-family: 'Ubuntu', sans-serif;
  display: block;
  
  border: none;
  font-size: 15px;

}

.dropdown_wm{
    width: 100%;
    border-radius: 2px;
    height: 36px;
    font-family: 'Ubuntu', sans-serif;
    display: block;
    border: 2px solid #c52327;
    font-size: 15px;
}

.dropdown_small{
    width:15%;
    min-width:50px;
    border-radius:2px;
   height:24px;
   font-family: 'Ubuntu', sans-serif;


}
input[type=text],
input[type=password]{
    
   height:30px;
   border-radius:2px;
}
.TypeText_Width{
    width:98.5%;
}

input[type=submit]{
    width:auto;
    color:white;
    background-color:black;
    border:1px solid #c52327;
    font-family:'Montserrat', sans-serif;
    font-size:inherit;
    height:36px;
}

input[type=submit]:hover{
  
    color:white;
    background-color:gray;
    border:1px solid white;
    cursor:pointer;  

}

span{
    font-family: 'Montserrat', sans-serif;
    
	
      
}
.Vert_Center{
   left:15%;
   top:5px;

    position:absolute;
}
.clas1{
   font-weight:normal;
   font-size:10px;
   color:white;
}
textarea {
    width:100%;
 height:30vh;
 overflow:auto;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    flex-direction: column;
    resize:none;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 2px;
}
a{
    color:maroon;
    text-decoration:none;
}

a:hover{
    color:blue;
    text-decoration:none;
}