.dchekbox#dchekbox {
    margin-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
}

   textarea.result {
    color: #454545;
    background: aliceblue;
    min-width: 50%;
    border-width: 2px;
    border-color: #def0ff;
	font-size: 16px;
	max-height: 150px;
    height: 200px;
}
   .chek-pass-1 {color: gray;}
   .chek-pass-2 {color: gray;}
   .chek-pass-3 {color: gray;}
   input.num {
    padding-bottom: 10px;
    min-width: 50%;
    border-width: 2px;
    border-color: hsl(130deg 28% 80%);
}
   input.chcolor2 {color: blue;}
   input.num:focus {
    border-color: hsl(130deg 12.39% 69.44%);
    border-width: 2px;
}

