*{
    padding: 0;margin: 0;box-sizing: border-box;
}
.koh-santepheap {
    font-family: "Koh Santepheap", serif;
    font-weight: 400;
    font-style: normal;
  }
.tecnology-pic{
    width: 1200px;
    height: 400px;
    background-color: black;
    position: relative;
    margin:50px auto;
    border-radius: 5px;
}
.tecnology-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 5px;
}
.other .active:active{
    color: blue;
}
 /* === */
 .widget-header .widget-title {
    position: relative;
    z-index: 2;
 }  
  .rt-section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    transform: translateY(4px);
    font-size: 2rem;
    font-weight: 900px !important;

  }
  
  .rt-section-heading .rt-section-text {
    color: #04125c;
    font-family: "Koh Santepheap", serif!important;

  }
  
  .rt-section-heading .rt-section-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #04125c;
    display: inline-block;
  }
  
  .rt-section-heading .rt-section-line {
    border: 1px solid #146eed;
    border-width: 1px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 4px;
  }
  
  .letter-background {
    line-height: 1.2;
    color: rgba(123, 120, 120, 0.925);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 900;
  }
 /* === */
.about{
    width: 1200px;
    margin: auto;
}
.about-detail{
    width: 1100px;
    margin: auto;
}
.about-detail p{
    font-family: "Koh Santepheap", serif;
    font-size: 20px;
    color: #2b2b2b;
    text-align: justify;
    line-height: 30px;
    padding: 30px 0;
    font-weight: 500;
}
/* login */
.page-login{
    width: 1200px;
    height: 450px;
    /* background-color: aquamarine; */
    margin:70PX auto;
    display: flex;
}
.page-login .logo-pic{
    width: 500px;
    height: 500px;
    /* background-color: chocolate; */
    margin-left:150px ;
}
.logo-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@import "compass/css3";


html {

    background-color: #F5F7F8;
  background-image: url(http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/dark_embroidery.png);
  font-family: 'Helvetica Neue', Arial, Sans-Serif;
}  
  .login-wrap {
    position: relative;
    margin: 30px auto;
    background: #ecf0f1;
    width: 350px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;     
    h2 {
      text-align: center;
      font-weight:bold;
      font-size: 2em;
      margin-top: 10px;
      color: #34495e;
    }
    
    .form {
      padding-top: 20px;
      
      input[type="text"],
      input[type="password"],
      button {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 25px;
        height: 40px;
        border-radius: 5px;
        outline: 0;
        -moz-outline-style: none;
      }
      
      input[type="text"],
      input[type="password"] {
        border: 1px solid #bbb;
        padding: 0 0 0 10px;
        font-size: 14px;
        &:focus {
          border: 1px solid #3498db;
        }
      }
      
      a {
        text-align: center;
        font-size: 10px;
        color: #3498db;
        
        p{
          padding-bottom: 10px;
        }
        
      }
      
      button {
        background: #e74c3c;
        border:none;
        color: white;
        font-size: 18px;
        font-weight: 200;
        cursor: pointer;
        transition: box-shadow .4s ease;
        
        &:hover {
          box-shadow: 1px 1px 5px #555;  
        }
          
        &:active {
            box-shadow: 1px 1px 7px #222;  
        }
        
      }
      
    }
    
    &:after{
    content:'';
    position:absolute;
    top: 0;
    left: 0;
    right: 0;    
    background:-webkit-linear-gradient(left,               
        #27ae60 0%, #27ae60 20%, 
        #8e44ad 20%, #8e44ad 40%,
        #3498db 40%, #3498db 60%,
        #e74c3c 60%, #e74c3c 80%,
        #f1c40f 80%, #f1c40f 100%
        );
       background:-moz-linear-gradient(left,               
        #27ae60 0%, #27ae60 20%, 
        #8e44ad 20%, #8e44ad 40%,
        #3498db 40%, #3498db 60%,
        #e74c3c 60%, #e74c3c 80%,
        #f1c40f 80%, #f1c40f 100%
        );
      height: 5px;
      border-radius: 5px 5px 0 0;
  }
    
  }
  

